Share via

Sftp connection handler in logic app

Krzysztof Nowicki 81 Reputation points
2020-12-01T19:36:55.9+00:00

Hi,

Is there any way of setting an error handler for sftp connection in logic apps such as when sftp fails send an email?

As far as I'm aware this is possible for http but can be somehow done for sftp as well?

Many thanks for any info in advance.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

Answer accepted by question author

JayaC-MSFT 5,606 Reputation points
2020-12-02T13:04:16.777+00:00

@Anonymous you may try to check the logic-apps-exception-handling and see if you can handle predecessor action/ failure in the next step or apply condition based steps depending on the previous action status : https://blog.atwork.at/post/Handle-failed-actions-in-Azure-Logic-Apps
Also , check logic-apps-control-flow-run-steps-group-scopes

Let me know if this helps!

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.