
Hye, I'm currently using flow to get file and its content from FTP and then create record inside f&O.
Currently, what I'm doing is getting file content dated today, and this flow works for everyday:
E.g: Filename: Employees_Outputs.csv --->Outputs is today's date
The issue is that,not all table/file in the FTP is created everyday, to be passed back to f&O.
So e.g: when there is no file created for today, the flow will run failed at the Get file content:
How can I avoid failure of flow even though there's no file created in ftp for today's date?
@NurNina this is how you can solve this, you need to configure run after
https://www.youtube.com/watch?v=a6rGbJXsH1U
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.