I have the below scenario: I have a Logic App, which gets triggered once in every day(24hours). It basically looks at a SFTP location, if there is file dropped in there, pulls it and pushes it into a BLOB storage and then deletes it from the source(SFTP).
I need to trigger an email in the events of:
- If the Trigger is "Skipped", i.e. it ran but could not find any file in the SFTP.
- If it failed to Upload to the BLOB Storage.
Is it possible to enable Email Trigger in the above scenarios?(1&2) Any guidance will be appreciated as I am new in the IAC space.
Thanks in advance.