Flow Designer - Process on Action error

Str
Mega Contributor

Hello,

When an error occurs in Action, the entire flow ends with an error without any further action being performed.

In the image below, the next "Log" will not be executed if the "SendMail" error occurs.

Is it not possible to branch the process if the Action is an error?

find_real_file.png

Any help would be appreciated, thanks.

16 REPLIES 16

Trupti6
Tera Expert

Hi,

You can use flow logic if condition to deal with error messages in flow designer

Str
Mega Contributor

Hi

Tell me how to use "flow logic"

find_real_file.png

Hi,

Please check below screenshot to get error message

 

find_real_file.png

Str
Mega Contributor

Hi

I tried it

find_real_file.png

 

The flow does not advance to FlowLogic because SendMail is an error.
what should I do?