Since I am not familiar with Power automate, I need the concept or idea!!
The monthly snapshots will taken automatically by Power automate flow that I create last week.
Once it's done, the csv file will be saved to SharePoint folder.
And now I want to create the appending(merge or combine) flow.
This flow will append the separate snapshots into a separate single file which will be automatically appended very month.
How should I handle this?
There are more than two csv files How can I handle multiple files using "Get file content"?
Thanks for reply but my csv files are in share point folder
Hi @minyoungchoe ,
I've made a test for your reference:
1\My CSV files
2\My flow
concat(outputs('Get_file_content_2')?['body'],decodeUriComponent('%0A'),join(skip(split(outputs('Get_file_content')?['body'],decodeUriComponent('%0A')),1),decodeUriComponent('%0A')))
3\Result
Best Regards,
Bof
stampcoin
57
Michael E. Gernaey
47
Super User 2025 Season 1
rzaneti
29
Super User 2025 Season 1