Setting selection in calendar depending on another requires me to wait

Hi!

I have two Calendar DataSources:

Calendar Months
From: start of current month
To: start of current month + 6 months

Calendar Weeks
From: Calendar Months DateTime
To: Calendar Month End Period

In an app startup action I’d like to select the first month, and then the current week of the month:

The current week selection will not work unless I sleep a little before selecting. None of the selections run asynchronously. Why?

Hi @kenneth.solberg ,

Thank you for reporting this issue. I was able to reproduce it and have filed an internal bug report.

As a workaround, you can either use an App Variable or “Date Today” and the value processor “Go to start/end of month” to filter “From” and “To” until the issue is resolved.

1 Like

Thanks, it also works without sleep if I run the action on On View Load.