I am using get sheets function to obtain the list of all sheets in gsheet. Once that is done I would like to run each item in the array obtained from gsheet in a switch function, basically if currentitem is equal to specific value I would like run a specific function under a case within switch.
However I am unable to determine how can run a loop for each item against array I will obtain post using get sheets. Any help would be appreciated. Thanks!!
Which version of StudioX and UiPath.System.Activities package do you use?
It seems there is something wrong with currentitem from your screenshot.
In my environment, it will be as the following.