@ChadVKealey I actually did first create my flow using the video you suggested here: https://youtu.be/T10-JRtgCaE?t=951. But I got the ActionFailed error and the Same row is repeated 4 times (as detailed below). Since you recommend this method can you help me solve this issue?
The Flow runs Quarterly. It looks at files in a SharePoint Document library. If the files have a specified Owner the data is put into a CSV table. Then the table is saved as a file on the SharePoint. These steps match the screenshots below.
- Recurring – quarterly
- (Ignore the Initialize variable 1 year ago).
- Get Files (properties only) – get the following information from a SharePoint Library. Using ODATA filter to only get documents where the Owner = Data Analytics.
- Name – title of document
- Owner of document single choice column
- Modified Date
- Department – a multiple choice column (and therefore an array)
- Compose – pulls in the Department data as an array.
- Select – selects just the value from the array
- Join – joins the Select with a comma
- Condition – make sure that the file contains at least one row.
- Create CSV table – put data in a table. For the Department use the output of the Join.
- Create a file –save file on the SharePoint.
What the SharePoint library looks like. Only the Department column is multiple choice

Error Message: ActionFailed. An action failed. No dependent actions succeeded.
Same row is repeated 4 times for all columns

What the file should look like




@tobor58 this is similar to your post. Can you provide more detail on how you got your solution to work?
@tom_riha