Variable length arrays in Flow Designer Outputs
I have a script that generates an array of requests. Each time the script runs, there may be a different number of requests (meaning the length of the array varies). In Flow Designer, I cannot figure out how to account for variable length arrays sin...