Hi everyone,
I have several csv files in different folders under one main folder in sharepoint. All the csv files contain the same headers and have different user-information. I need to append the different csv files to one main table and save it into the DataVerse database.
I made a workflow that does the following:
1. It lists the folder and gets for each file in the folder the file content
base64ToString(outputs('Get_file_content_using_path')?['body']['$content'])
The output of this step gives the csv file content of 28 csv-files.
2. I try to split the output of each file into rows with the following statement
I get the following message when i try to safe my workflow:
Does anyone know what i am doing wrong?
I appreciate the help!


Report
All responses (
Answers (