Forum Discussion
Michael Burutzis
Jun 02, 2020Brass Contributor
Azure Logic App - FTP management
Hi all, I am building a logic app with the FTP connector to do the following: - Monitor for new files - Move files to vendor folder depending on Prefix/suffix (done with a condition) - If ...
Lewis-H
Jun 02, 2020Iron Contributor
With Azure Logic Apps and the FTP connector, you can create automated tasks and workflows that create, monitor, send, and receive files through your account on an FTP server, along with other actions, for example: Monitor when files are added or changed. Get, create, copy, update, list, and delete files
- Michael BurutzisJun 02, 2020Brass Contributor
Lewis-H thanks for the response. I have done most of the tasks I need. I just wonder how I can adapt it to monitor for 300 different prefixes.
Like if file starts with 0900 move to folder vendor1 and remove prefix on moved file. or if prefix is 0901 move to folder vendor2 and remove prefix, and so on...
- Michael BurutzisJun 03, 2020Brass Contributor
Anyone know how I can use a table to map prefixes with folders and use those to move my files around?