How to display an info message in form after submission of UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 02:34 AM
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:
This is the Log to show what values I need to display:
This is the code snippet from UI Action that was copied from Flow Designer:
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)
Can anyone help me how to be able to display this message in front end?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 02:52 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 02:57 AM
Will still be run in background? As you see in the code snippet, it was in foreground.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 03:06 AM
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.