I need to open determined screen based on application variable value on ScreenMaker 5.14.
It should be something like this:
If ApplicationVariable = “A” then OpenScreen 1
If ApplicationVariable = “B” then OpenScreen 2
I get the value of application variable during RAPID execution
I tried to use “Conditional Trigger” control, but with no success
Maybe I donA’t know how to use it on the right way.
Can somebody help me with this case?
Thanks in advance !!
Conditional Trigger gets triggered if the condition is satisfied. I have tried to create a document describing a simple example on using conditional trigger which has a similar scenario.