Hi,
I have created flow for converting word document into pdf and uploaded that final pdf to the one of the document library.
If my flow(i.e. if any action in the flow fails) or breaks due to some unknown reason or due to unexpected things happened I would like to send email to the support team so that they can fix the issue.
Your help is really appreciated.
Thank you.
Regards,
Sandip
Hi @SandipThombare, after each action you will need to add a Send an Email (v2) action and enter/select the information to go into it. From the 3 dots in the header of the action select Configure run after and in the configure options box that appears select "has failed", "is skipped" and "has timed out".
Rob
Los Gallardos
1 - Configure run after
2 - Configure options
Hi @SandipThombare ,
I will echo some of what @RobElliott said. However, rather than adding an email after each action, I would advice using the Try Catch Finally Flow template. You put all of your actions in a Try Scope. Then have a Catch Scope which has a send email action in it. You set that scope to only run after the Try scope has failed or timed out. There's a template out there for the Try Catch Finally:
User | Count |
---|---|
26 | |
17 | |
11 | |
7 | |
6 |
User | Count |
---|---|
9 | |
4 | |
3 | |
3 | |
2 |