Guys,
I am trying to convert a list on SharePoint to a PDF file, but it's been kinda tricky to do it.
These are the columns I want to be shown on the PDF file:
This is the flow I have created:
And this is what I am getting:
What do I need to do to fix it? I don't want all the "code" behind the scenes showing up on my PDF version.
Ps:
Any help is appreciated!
Solved! Go to Solution.
Hi @EBX ,
The reason for this problem is:
1. After multiple selections are set in the Choice column, the return value obtained by [Get items] is an array.
[Create HTML Table] cannot satisfy highly custom content.
Please try to customize the Html table:
Here is list:
Here is flow:
Here is result:
Here is convert it to PDF, please try:
Here is result:
Best Regards
Cheng Feng
What is the Output of your Select?
Can you expand your Create HTML table action?
Sudeep,
See below:
Thanks for taking the time and helping me out.
Hi @EBX ,
The reason for this problem is:
1. After multiple selections are set in the Choice column, the return value obtained by [Get items] is an array.
[Create HTML Table] cannot satisfy highly custom content.
Please try to customize the Html table:
Here is list:
Here is flow:
Here is result:
Here is convert it to PDF, please try:
Here is result:
Best Regards
Cheng Feng