Im working on a flow that reads a CSV file and appends a new row of data to the existing file. Unfortunately, i havent had much luck. Any pointers to get me in the right direction?
Since you don't fully explain what you are doing, you'll need to adapt this to your needs. However, a CSV should normally be a plain text file. You can thus use the Get file content action to get the current values in the csv file and use it to set a string variable. You can then use the append to string variable to add new rows to then end of the file.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.