Copy link to clipboard
Copied
I am trying to generate a PDF document from a Microsoft forms.
The problems is that I keep having an INVALID PARAMETER because one of the data in the form.
The data is generated from a question in which the person can choose more than one option (check boxes). In excel the data appears like this: ["Docking Station","Monitor"] and when I try to merge files the system gets in conflict and generates the below JSON:
{
"Equipamentos": "["Docking Station","Monitor"]"
}
With that above JSON it is not possible finalize the flow..
Grateful if anyone could help me with this issue.
Copy link to clipboard
Copied
It is most likely because you have unescaped quotes.
When you are inserting the variable in your action, don't include quotes around your variable.
If that doesn't work, then you might need to format your data before it goes in.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now