Hi there,
I'm in charge of creating a solution that allows me to consume files using a custom data entity, through Logic Apps. I already created this custom entity and everything works as intended if I manually import a file. My idea here is to create a Logic Apps that allows me to import multiple files (one by one) during the day, automatically.
These files exist in an SFTP server and the idea is to import them (through the said data entity) and move them into another folder, inside the SFTP server. So far I've seen some guides regarding similar solutions, but none of them seem to capture exactly my idea (since many of them use OneDrive and not SFTP connections).
I've managed to define a recurrence as the main stone in my Logic Apps workflow and then added a "List Folder" connector, which allows me to list all SFTP server folder contents. I'm now having issues creating a loop in order to import each file that exists inside that said folder, besides also not understanding how to call the import project (data entity) to import these files.
Is it possible to have some guidance regarding this matter?