Hello Power Automate Community!
I hope I have a simple problem that folks can help me with. I have a flow that runs without errors. I am taking an export of a SharePoint list and creating a nightly CSV for different uses. The issue I am having is the data I export has so many extra fields (i.e. "@OData.et" and similar fields) that are not in the SharePoint list I'm exporting. Also, the data that get returned has an odata string attached to it: i.e. {"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":1676,"Value":).
Any help on this matter would be greatly appreciated. The list I'm exporting has many fields and it would not make sense to use the manual function to isolate the fields I want, but even so I have tried the manual function and isolated 2 or 3 fields, but I have the same problem with the odata string. Thanks in advance for any insight on this issue.