
Announcements
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
use a variable and let it setup the loop. You have to get to the item if you don't want the original json code bracketing the values.
So you initialize the variable then do an append to variable for the /services Item. Then you can use your variable in the body of the HTML