Toastr microflow call

0
Hello everyone, I am using the toastr Notification widget to show a notification every time an entity changes. My widget is placed in a data view that receives an entity ‘Alert’   I would like to call the retrieve microflow (the one executed by the widget) every 5 seconds to retrieve the data from my database and show new notifications every 5 seconds. Right now I am calling that microflow just once, at the beginning. It would be the same as a microflow timer, but for inside the toastr widget.    Thank you in advance
asked
1 answers
0

Can't you use the microflow timer to refresh the ‘Alert’ object, so the widget retrieve microflow will also execute every 5 seconds?

answered