Hi there,
I was using Cron node before update, but after update I noticed that Cron node is replaced with Scheduler Trigger node although Cron is still available.
I add Scheduler trigger to my flow instead of Cron node, and faced a weird problem:
As you can see I used multiple Scheduler trigger nodes that match different timezones. And the set nodes after each scheduler triggers are used for setting specific variables.
But as you can see the flow started with two of them triggering: Australia and Great Britain.
This is Australia which is correct.
and this is Great Britain which is incorrect!
Btw… I set the GENERIC_TIMEZONE variable to UTC.
Note that this flow works well with Cron node.
What is the problem?