How to use >, >=, <,<=, =, mod etc in switch case expression?
Regards,
venkatesh.
How to use >, >=, <,<=, =, mod etc in switch case expression?
Regards,
venkatesh.
In UiPath-> switch case or flow chart you check only = condition alone.
https://studio.uipath.com/v2017.1/docs/the-switch-activity
May be you can try state machine inside state to state you can give the condition all the condition as you mentioned.
https://studio.uipath.com/v2017.1/docs/state-machines
Regards,
Arivu
I would use an Invode code here and add a block of Select case statement with ‘Case Is <= 10’ or ‘Case 1 To 10’ which also works.