Hello,
I am trying to create a logic app that can manage my ftp server. We have multiple vendors dropping files on our ftp server. Based on the prefix of the file, I would like to move it to a specific folder and strip the prefix/suffix once moved.
What would be the best way to tackle this? Also, would I have to create multiple conditions based on each vendor and suffix or can I create a reference for each vendor in a list/table?