Announcements
I have a flow setup to copy files from a sharepoint location to a ftp. I want to only copy files with a .csv extension and exclude files with a .raw extension but I'm having trouble getting the flow to work. Here's my basic flow
Hi @cfnwfwmd,
If you only want to copy csv files I would use a trigger condition in the settings and check if the content-type field equals text/csv.
In the settings of your first action you could add the following trigger condition
@equals(triggerOutputs()?['headers/Content-Type'], 'text/csv')
Perfect! Thank you!
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.
Vish WR 470
Haque 416
David_MA 344 Super User 2026 Season 1