Inverse relationship not working?

Hi, in my app, I have two data types, schedules and events.

Schedules have a field “events” which is a List of Events:
image

Events all have a “schedule” field which is a schedule:
image

I have a workflow when events are created, and in that workflow the events have their “schedule” field updated to the schedule:
image

But, when I go to the schedule, it doesn’t have any events in its “events” field:
image

Is the inverse relationship supposed to happen automatically or do I need to set a workflow to add each event to the schedule?

You need to use actions to also update schedule with event. However, this is probably not needed and will cost you more WU. Take time to think about your needs and how you will use theses data

OK, thanks Jici. You are correct. I can just do a search for events that are tied to the schedule when I need to apply an action to all events that belong to a schedule.

1 Like