Hi,
I am using feedback server action in process but I am not able to see any message.
application : Reactive, OS11
Regards,
Virat
Hi Virat,
It is because the Process gets executed asynchronously (background)..
Refer this post: https://www.outsystems.com/forums/discussion/61652/how-to-get-a-feedback-message-while-triggering-the-timer-by-using-button/#Post239917
Hope this helps you!
Kind regards,
Benjith Sam
if you need to show a message to the user. Do not use processes. You can use a server action, but for the message to appear, it needs to be added to an action client. And put the message in the Client Action flow.
Eduardo
You can use the taskbox to notify or give feedback to a User about the progress of an asynchronous Process
See the link https://success.outsystems.com/Documentation/How-to_Guides/Processes/Using_Taskbox_in_Reactive_Web_Apps
Hello Virat,
With this component, it is possible to notify through an asynchronous process.
https://www.outsystems.com/forge/component-overview/9868/asynchronous-notification