Hi ,
Since Switch control takes in string as output and Select control gives key - value as output.
So I suggestion on how can I feed the output of the Select control to input of Switch Control?
Thanks
Thanks for your reply.
Actually, I want a particular key from the list of key value pairs of the select operation to be fed as input of switch case.
Can you please let me know how can I either extract the particular key or how can I convert the output of the select operation into string?
Thanks
The output of a select action is an array, a switch receives a string or a number.
Therefore you can't do this without somehow converting/selecting something from the output of Select.
Maybe you should describe what you want to achieve.