Hello Power Automate Community,
I hope someone can help me with an issue I'm encountering in my flow. I've created a flow to transfer a CSV file from my local system to OneDrive, but every time the flow runs, it adds a blank record to the CSV file in OneDrive. Below are the details of my flow:
Flow Steps:
- Trigger: When a file is added or modified (properties only) (File System)
- Action: Get File Content
- Action: Create File (OneDrive for Business)
The flow is supposed to simply copy the CSV file from my local system to OneDrive without any modifications. However, the resulting CSV file in OneDrive ends up with an additional blank line at the end of the file.
Example Flow Configuration:
Despite the straightforward setup, the issue persists, and a blank record is always added to the CSV file.

