This one is a little convoluted and I can’t figure out where I’ve gone wrong. I have three tables - course list, participant list, and course completion status. I set up an automation so that when a participant is added to the linked field in course list, or a course is added to the linked field in the participants table, it creates a record in course completion with that information.
What is happening is that the new record will do one of three things: it will link to the correct record in the course list, it will link to a different record in the course list, or it will create a new record in the course list. I actually need to make some changes to accommodate users who get future enrollments, but I want to get this working first.
Here is the automation setup:

And the action settings:

Here is what it looks like from the various tables:



ETA: what I want it to do is if I add a participant to the AI course 1 it will create a record in course completion linking it to the course 1, not course 2. The participants table has linked record fields to both course list and course completion. course list table has linked fields to participants and course completion. course completion table has linked fields to participants and course list. They all are linked together so I’m not sure why it’s misinterpreting or how it’s even grabbing something else.
Any insight would be appreciated.
