- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 06:41 AM
Hi there,
Is it possible to show an annotation bar (message/notification) through the Flow Designer?
When something is "True" of "False" within a flow, I would like inform the user about it.
Thanks and best regards,
Solved! Go to Solution.
- Labels:
-
ITSM: General
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 04:53 AM - edited 07-11-2023 04:54 AM
I wanted to use this in combination with a Record Producer form.
In that case it's better to use a Catalog Client Script for the annotation bar / message, which I did.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2023 06:44 AM
It depends how you are triggering your flow.
It could be possible, but not generated by the flow.
You could create a subflow and define your answer in the subflow outputs.
Then call that flow in a client script or business rule and show the message based on the flow output.
However it might be easier to just do so in a client script or business rule only.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 04:53 AM - edited 07-11-2023 04:54 AM
I wanted to use this in combination with a Record Producer form.
In that case it's better to use a Catalog Client Script for the annotation bar / message, which I did.