Hello @Ananya Dixith - Thanks for reaching out, and engaging the MS Q&A community.
For appending to an existing blob file that's in a .csv
format, you can do the following:
- Remove the "Create blob" action.
- Initialize a new variable of type string
- Add "Get blob content using path (V2)" action to fetch the existing
.csv
content - Store the existing content of
.csv
file to the new variable - Add "Update blob (V2)" action where its "blob content" parameter will use concat() function to append the new content to the existing content. Alternatively, you may also consider using the "Append to variable" too.
I hope the steps and their corresponding links will help accomplish the task. If you encounter any issues along the way, Feel free to tag me in the comments below.
Please "Accept Answer" if the answer is helpful so that others in the community may benefit from your experience.