Hi Team,
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!!