Hello everybody,
Please, I have a question: how can I convert an array into a string?
I have the array from below and I need to use "Value" in a "Switch" (condition control).
Thank you for your kind assistance!

Hello everybody,
Please, I have a question: how can I convert an array into a string?
I have the array from below and I need to use "Value" in a "Switch" (condition control).
Thank you for your kind assistance!
Hi!
Did you try string() WDL function? THis way you can convert the whole array into a single string
But... if you need to iterate all through your array elements, and for each of them apply Switch logic to its corresponding 'Value' property value; I wuld add an 'Apply to each' action block, assign as its input the array; inside it place the Switch