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?