Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

APM VPE skip next item

Abed_AL-R
Cirrostratus
Cirrostratus

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?

 

 

0691T00000CnpqeQAB.jpg

1 ACCEPTED SOLUTION

SanjayP
MVP
MVP

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...

View solution in original post

2 REPLIES 2

SanjayP
MVP
MVP

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...

Thank you

That indeed solved the problem 🙂