Showing annotation bar possible through Flow Designer?

AdamUMC
Giga Guru

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,

1 ACCEPTED SOLUTION

AdamUMC
Giga Guru

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.

View solution in original post

2 REPLIES 2

Peter Bodelier
Giga Sage

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.

AdamUMC
Giga Guru

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.