Hi @KingJava ,
Did you try to get the list of files and then using the loop create files to Azure File Share?
Something like below flow it should work.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a Logic App that is working fine when it moves one file from SFTP to Azure File share.
But I am not sure how to modify this Logic App so that it could move multiple files whenever there is/are update from source area (SFPT).
This is what I have in Logic app:
There is going to be average 2 new files moving into a SFTP folder from third party on a daily basis.
I guess I could try by running every 12 hours, but I am not sure that is only solution.
What I am trying to do is, run once a day and grab everything (at least 2 new files) at once.
How do I go about doing this?
Also, I am curious how does Logic App understand/recognize which one is a new file? What is the technology behind which one to grab?
@MayankBargali-MSFT I am putting your attention here just in case.
Hi @KingJava ,
Did you try to get the list of files and then using the loop create files to Azure File Share?
Something like below flow it should work.
Thank you so much for your help.
As per your chat, this was the reason that my previous pipeline did not work.
https://learn.microsoft.com/en-us/azure/connectors/connectors-sftp-ssh#polling-behavior
This is configuration that I modified (uncheck/disable "Preserver timestamp") in Winscp.
This is current pipeline that works: (I did not have to use Loop).
This is setting (no need to change anything, just leave as Default on Concurrency):