Hello everyone,
I have a form in Power Apps, where users can select multiple answers :
These choices are saved in a SharePoint list.
Then, in power automate, I want to create a PDF file from the item in the list using html code.
Every thing works except the fields where users can select multiple answers (such as the one above) :
In my flow, I use the "compose" action to write html code :
For multiple choice questions, I have these three options.
Here, I chose the last one since the first two add a "for each" loop on the "compose" action and completely mess up my pdf file.
Thanks,
Max