function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ccazzccazz 

Help with Flow: Get Records component returning wrong record.

I have a very simple flow that is called by a Process.
It has 3 input variables:

ProgramEnrollmentID - this is the ID of the record being saved of the custom object "Program Enrollment".   

PE_ProgramID - this is the Id of the record in the lookup relationship on the Program Enrollment for the custom object, "Program".

PE_UserAccountID - this is the AccountId on the Contact that corresponds to the Community User who owns the Program Enrollment record.

Another Custom Object, "Enrollment Site Program Spec" (or ESPS for short) has a lookup to Program and a lookup to Account.

My Get Records Component is set to look for the one ESPS record that has an Account, matching the one listed above for the Community User AND that has a Program matching the one from the Program Enrollment.

In "Debug mode", no matter what values I enter, The ID for the first ESPS I ever created on the Account "TEST ACCOUNT" is ALWAYS returned.

Can anyone look at the screenshots below and see what I might be doing wrong?
Flow Builder CanvasGet Record Component 1Get Record Component 2Get Record Component 3