Hi all,
There are so many of these requests and so many options and issues that it amazes me the MS haven't built something for this (I mean the connecting of two MS products shouldn't be this hard)!
I have a SP list where I want to export my filtered Gallery records via a flow automate.
My first approach was to concat the fields I needed (actually all 26 of them!) and export them to a csv. This gave me issues where a user had put in a "," in their text and would very badly format across multiple columns.
I've then tried JSON, but a lot of my fields are "complex" drop downs etc. so the JSON option fails and making a text replica of this data is not great.
I'd rather use the first option but need to somehow account for "," in the field and prevent them becoming a separator (equally can I write to an xls file and avoid the commas?) . Can this be done?
Neil