Is there a way to send an errors message everytime a workflow fails at a step? I would like to email a custom error mail like this to users:
---
Hi <Username>
The flow <Name of flow> failed at this step:
- <Stepname>.
Please check fix the error in your submission and retry.
If you need further help please contact <email of a person>.
---
I can easily make an email action in a flow but if I want to be able to send emails on every error flows make, how could I do that?
---
Hi <Username>
The flow <Name of flow> failed at this step:
- <Stepname>.
Please check fix the error in your submission and retry.
If you need further help please contact <email of a person>.
---
I can easily make an email action in a flow but if I want to be able to send emails on every error flows make, how could I do that?