New here, apologies for any missing info. I have search for help with this but not having much success. I have an array/collection token in a Plumsail process template and I am using Power Automate to move data from a Microsoft form into the template.
My expectation was that the Generate document connector would loop through the values for that response and add a row with text in the document table for each response.
The multi-choice response looks like it comes into PA as an array but it does not, it's a text string. So I used the Compose action and a split function to divide up the data, then added it into an array variable.
I thought this would resolve the issue, and populated the "Generate a document" connector with the array variable, but it did not get processed.
I am pretty sure this is a problem with JSON definitions of the data itself but I am not a JSON expert. I also tried Select action to map the data to the name of my token, but that hasn't worked either.