Switch

Hello,

I’m trying to use a switch activity, for multiple date as strings. The thing is i have a date for example today, i have to check if it’s a “monday” or some number of dates… So i though about switch. But stuck don’t know how to use it, watched some videos on youtube, some tutorials in uipath. But they all check for numbers…

My problem is i have to check if mydate1 equals “19/06/2019”, if yes do this, if not check if mydate1 equals “15/08/2019” and more…

Any idea or sample examples ?

Thank you :slight_smile:

Please refer this workflow. Give your input date, it will execute as expected.

switch.xaml (8.1 KB)

1 Like

Thank you @kadiravan_kalidoss

Your example is very useful!

1 Like

Awesome that it helped you!!!:dizzy:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.