Handling Array.String in Flow Designer
I am attempting to create an Action with a scripted Step that takes in a String input[ from a list collector], and return two string arrays [Array.String] as output. I have create a script to achieve this and set the output equal to what I want. Howe...