We have set up a process that creates a Case when an Event is created on a Public Calendar. The problem we are having is that when a user creates an Event, they receive an error.
- Criteria: Event.Owner.Calendar.Name = public calendar
- Error:The flow failed to access the value for myVariable_current.Owner:Calendar.Name because it hasn't been set or assigned.
It appears to me that it is not recognizing that it is either a public calendar or a user. Am I understanding this correctly? Any thoughts on how to resolve so that we can run a process off a public calendar?