Can we use info message or error message in flow designer

jagabandhu padh
Tera Contributor

Hi Team,

 

Can we use info message or Error message to show some message by using flow designer . 

 

Thanks 

Jaga

2 ACCEPTED SOLUTIONS

Hi @Iraj Shaikh,

I don't know where you got this information from, can you share documentation on this?

 

@jagabandhu padh 
Last time I checked, it is not possible to show error/info messages from flow designer, since it runs asynchronous outside the users session. You will need to use Client scrips, or Business Rules for this.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@jagabandhu padh 

Flow runs in background and doesn't have interaction with the UI/form.

So not possible

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@jagabandhu padh 

Flow runs in background and doesn't have interaction with the UI/form.

So not possible

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

OlaN
Giga Sage
Giga Sage

Hi,

There is no such thing as an "Info Message" action or "Error Message" action in Flow designer.

If you want, you can add logging statements, that will show up in the system logs.

There is also the option to review the Flow execution, if you change the system property: com.snc.process_flow.reporting.level

 

log-action-flow-designer.png