Hi everyone,
We're working in getting list items transformed to a PDF. Everything is working fine, except for one field. That is a multi-choice field (called 'Betrokken radionetten bij nieuwswijziging'). In this case, we're getting for every value this output: [{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":4,"Value":"Valuename"}, after that we're also getting the values we want to see, but we're also getting the above code. And we want to get rid of that code :).
Our flow is:
1. Get item
2. Initialize variable (using string and the multi choice column itself)
3. Apply to each (select the output and then choose the value of the multi choice column)
4. Compose HTML (use the variable initiated above)
5. Create file
6. Convert file using Path
All columns work fine, except the multi choice column. Any idea on what we're doing wrong? Much appreciated!