
Announcements
Hi, I am creating a flow to convert a sharepoint list item to PDF.
I have used Compose to insert html in the format I require and will put the dynamic content of the sharepoint list (from a Get items action) into this html. the flow then creates the html file, then converts to pdf.
My first test and my first field writes great, as it's a single line text field, but those fields that are ;Choice' fields on the Sharepoint List give me this in the PDF - {"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":0,"Value":"Yes"}
Is there a way of cleaning this up so it just shows the value i.e "Yes"
I look forward to hearing from you.