03-May-2021 00:20
I'm trying to configure an item to check client OS,
if it is windows, linux, MacOS, then check AV
if not continue normal to logon page
how can I connect the 'Others' action as bellow to 'logon page' item?
if I swap it then 'antivirus' successful action will be lost
is there a solution for such an issue like this?
Solved! Go to Solution.
03-May-2021 03:19
How about adding a new macro, or moving AV check inside the same Macro of OS check and use same endings for AV success and other OS branch? That way they can follow the same branch to login page. just a thought...
03-May-2021 03:19
How about adding a new macro, or moving AV check inside the same Macro of OS check and use same endings for AV success and other OS branch? That way they can follow the same branch to login page. just a thought...
03-May-2021 06:08
Thank you
That indeed solved the problem 🙂