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 ...
Michael Burutzis
Jun 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 Burutzis
Jun 03, 2020Brass Contributor
Anyone know how I can use a table to map prefixes with folders and use those to move my files around?