Hello,
I am new to Power Apps and am having trouble with the "Get Items" process. At this point, I'm not sure if the "Get Items" is the best method for what I am trying to accomplish.
I have two lists 'EmployeeShort' and 'Assessment'. When an individual enters a record in 'Assessment', I want a process to lookup their "Supervisor" from the 'EmployeeShort' list and update the "SupervisorLU" field in the 'Assessment' list. At this point I am using Get Items in a Flow but am receiving the error shown.
The item blacked out is an accurate value and is the result of the "Update Item" portion of the Flow (field is a 255 character text that is the DisplayName value of Created By) and is located in the 'Assessment' list. The "FullName" field is located in the 'EmployeeShort' list multiple times.
The Flow I have created is below.
I assume my issue is related to the relationship for obtaining the Get Items but need some assistance. As shown above, the Flow currently fails at the Get Items Step.
Thanks for any assistance.