How to use >, >=, <,<=, =, mod etc in switch case expression?
Regards,
venkatesh.
arivu96
(Arivazhagan A)
2
Hi @Venkatesh_Chowdary,
In UiPath-> switch case or flow chart you check only = condition alone.
May be you can try state machine inside state to state you can give the condition all the condition as you mentioned.
Regards,
Arivu
2 Likes
vincera
(David Fredriksson)
3
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.