How to display an info message in form after submission of UI Action

pjftenorio
Tera Expert

What I have here is the flow that was triggered by a UI Action. I just copied the code snippet from Flow Designer.

And from this flow, I need to display the values of those variables in front end. How can I do that?

This is the Flow:

pjftenorio_0-1721379384249.png

This is the Log to show what values I need to display:

pjftenorio_1-1721379434710.png

 

This is the code snippet from UI Action that was copied from Flow Designer:

pjftenorio_2-1721381504036.png

 

And what I need to display is something like this Info message with the same message in Logs
(SAP Projects inserted: 0; SAP Transports inserted: 0)

pjftenorio_3-1721381617238.png

 

 

Can anyone help me how to be able to display this message in front end?

 

 

 

 

 

3 REPLIES 3

SN_Learn
Kilo Patron
Kilo Patron

Hi @pjftenorio ,

 

Flow runs in the background and it won't be able to display info message or error message in the UI side.

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

Will still be run in background? As you see in the code snippet, it was in foreground.

The foreground message must be coming from the UI Action. The system logs will show the message coming from flow.

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.