Dynamically Set Action Scheduler Delay

We have a Server Connect database connection with an access table containing login credentials. We want to add a scheduler value (in minutes) against each user and then the client action scheduler delay would be based on this value. Some will require a more frequent load than others.

Can we set the delay to be a dynamic value?

<dmx-scheduler id="schedulerRefresh" dmx-on:tick="etc etc etc" delay="15" unit="minutes"></dmx-scheduler>

Our value is fetched by {{userAccess.data.queryClient.scheduler}}

Thank you

I don’t think that is possible. But you can try using dmx-bind:delay="somevariable.value".

2 Likes

dmx-bind:delay= works wonderfully
Thanks@sid