Hi,
I'm pretty sure this can't be done, but I thought I'd check.
I'm trying to set the periodic location timer's frequency based on a global variable instead of hard coding 3m or 5s.
I have a flow that performs an action every 5m but it would be great if I could use a global variable so the value can be set from another flow/action.
Thanks,
Dan
Link periodic timer interval to global variable
Moderator: Martin
Re: Link periodic timer interval to global variable
Hi,
Using a global variable for this trigger is not supported. You could use an action Init Variable Location within a loop in a flow along with an action Sleep: {global_variable} to achieve something similar.
Regards,
Martin
Using a global variable for this trigger is not supported. You could use an action Init Variable Location within a loop in a flow along with an action Sleep: {global_variable} to achieve something similar.
Regards,
Martin