Announcements
hi guys, i have a question
i am downloading some files from the website but i don't know the correct name of my folder, but i know the filename must contains 'Export'. So how can i write the function?
Have you solved your problem?
Use a "Get Files from Folder" action with a .zip filter, followed by a "Parse Text" action with the following regular expression: (?i)Export.+ on the list acquired from the "Get Files from Folder" action.
This will get you the full file name that you want, note this regular expression is only for if the file starts with "Export" if you want to literally find any file with the word export in it and match it, use this: (?i)(.+)?Export.+
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 862
Valantis 738
Haque 553