I would like to export my SharePoint list to XLSX via a PowerApps application using Power Automate.
The problem I'm encountering is that my SharePoint list has multiple-choice columns, and I can't insert them into my Excel file. When I use the “Apply to each” loop, at the end of the loop all the elements are concatenated into a single string, whereas I should have them line by line.