I want to build a flow that gets a list in SharePoint Online and generates a CSV file in a library.
It uses these actions: Create CSV Table and Select.
When viewing the results, the Text type columns from the list appear correctly, but the Person columns are treated as JSON objects and I have to figure out how to convert them to string / text.
There is a place in the Select action for adding an Expression, but I do not know which one will work. Any ideas?
If you need screen shots to visualize, use this tutorial on creating CSV that I am following.