Hi, in my app, I have two data types, schedules and events.
Schedules have a field “events” which is a List of Events:
Events all have a “schedule” field which is a schedule:
I have a workflow when events are created, and in that workflow the events have their “schedule” field updated to the schedule:
But, when I go to the schedule, it doesn’t have any events in its “events” field:
Is the inverse relationship supposed to happen automatically or do I need to set a workflow to add each event to the schedule?