Scheduled Event Microflow does not Show Message or Refresh Entity in Client

0
Hi all, I have a scheduled event set up to run a microflow that creates an object and tries to show a confirmation message to the user. The create object activity is also set to refresh in client. However, I do not see any refresh happening, neither is the message popup displaying. Why is this? Could it be because scheduled events are triggered during run time, and thus, some limitation is blocking these functions?
asked
1 answers
0

Hi Asquil,

To accomplish what you want to do, you would need to run the microflow from a button. When you run a microflow from a scheduled event, it won't know what users session to update. 

If you want the microflow to trigger automatically you could try using the microflow timer widget.

https://appstore.home.mendix.com/link/app/27/Mendix/Microflow-Timer

 

Hope this helps!

answered