I'm not sure why my calendar items is all of the sudden having issues. I haven't made any material changes to anything that would impact locations, etc.
Any ideas?
Announcements
I'm not sure why my calendar items is all of the sudden having issues. I haven't made any material changes to anything that would impact locations, etc.
Any ideas?
Thank you. I wasn't aware of the known issue.
This is an issue with the studio, that was introduced about a week or so ago. It has to do with how the studio is handling the variable (in your case firstDayInView) when the app initializes. It will ultimately run correctly, but it is showing an error.
To remedy this is your app, you can Coalesce the variable to have it fall back to a value automatically. If your variable is set, it will perform as needed.
Replace _firstDayInView in the formulas with Coalesce(_firstDayInView,Today()) - this will remove the issue in the studio.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1