We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Flow Trigger when an Error Flow Execution is created in Flow Designer

BoHyun Jung
Mega Sage
 
4 REPLIES 4

Not applicable

hi @BoHyun Jung 
The trigger should be an 'Updated' on the table and not a 'Created'.

vermaamit16
Kilo Patron

Hi @BoHyun Jung 

 

Do you want this flow to trigger whenever any other flow fails to execute ?

 

Thanks & Regards

Amit Verma

Thanks and Regards
Amit Verma

Hi @vermaamit16 

BoHyunJung_0-1709008919627.png

 

I would like to know the condition that the Flow triggers when an error occurs as shown in the image above.

 

Hi @BoHyun Jung 

 

The flow execution logs are stored in "sys_flow_context" table. For your requirement, you can try to change the trigger as below :

 

AmitVerma_0-1709009275325.png

 

Thanks & Regards

Amit Verma

Thanks and Regards
Amit Verma