I'm trying to take output from a cross tab that produces columnar data and use it as the input to build post body to be sent to an API. For instance, I want to flatten all of my IDs into a comma separated string (API takes an Array) and then make one call.
I'm new to the tool so still learning.
Thanks in advance