I want to export a sharepoint list to a CSV file but it is exporting more than just the value. There are tons of odata.type stuff that I see. The only data I want to see in the IT Ticket type column is the actual value which in this case is "issue"
ITTicketType |
{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":1,"Value":"Issue"} |
What I want to see is
ITTicketType |
Issue |
Below is the create CSV portion of my flow.
How do I get rid of all this other information?
I would greatly appreciate some direction.
Thanks,
Jeff