When a user is viewing the low code app, an automation script should be run on a regular base to refresh some calculated data so they are up to date for the person watching. e.g. every min
When nobody is watching, this data can be updated in a slower time window using a scheduled task. e.g. every hour.
Should we make 2 scheduled tasks to do the calculation of the data shown in the app, or can a Trigger component run this?
Hi Mieke,
This is currently not possible. I do see the benefits of being able to execute any action on a regular interval using the trigger component. This is something we can add with low effort. I'll make sure to put this on our backlog.
hi Mieke,
I think I understand your use case, but I'm not sure if a trigger component on a page triggering a script is the best way to solve this. What if 200 people have the app open?
Maybe we can add some audit logs or something when connecting/disconnecting, so you can use those to switch frequency of calculation?
Thank you, it will be a great to have the possibility to trigger 1 or multiple actions. Looking forward to it.