Announcements
My CSV file is downloaded automatically from a website, so the file path needs to be dynamic.
However, when I set the file path, I get this error.
"parameter 'File path'* Argument 'File path' must be a file."
What is the correct way to set the file path variable when the csv file is downloaded automatically to the downloads folder?
C:\Users\<UserName>\Downloads\yourfilename.csv
If dynamic file names: If the file name is predictable or fixed, just concatenate folder path + file name.
If the file name changes (e.g., includes timestamp), you can:
Use a "Get files in folder" action to list files in the Downloads folder.
Filter or sort by creation date/time to find the latest CSV file.
Use that file’s full path as the input.
Under review
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 377
11manish 279
David_MA 234 Super User 2026 Season 1