Hi All,
I have integration scenario in which customer will place a file in SFTP location. I have to read the file and insert into dynamics FinOps.
For this, I am thinking to use Logics App to basically trigger when a new file is created and call FinOps to insert records.
My question is, How can i make sure Logic Apps only triggers when file is completely uploaded and not just created. The file customer will upload will be in 10-100mb in size. I want to make sure that when a file is completely imported then only logic apps triggers.
Also for this kind of integration pattern, what is the best design to use.
Thanks