I have a master project table and a project details table
The master project table has the summary project information

The a project details table holds the project roles and values. There are 4 roles 
I’m trying to set up a flow to have the Project Mgr from the project details table update the master project table when it’s assigned.
I have a filter on the Get Items to only get the items that are Role = “Project Mgr” but the filter is not working. The flow updates the Project Manager field in the master project table even if the row added in the project details table is a different role. field_8 is 'Role' - Role is a choice field. If I select the field from Dynamic Content I get an error. I found another post that suggested typing in the actual column name so I tried that instead. No error, but does not seem to work.

I tried adding a condition to verify the Role = ‘Project Mgr’ – but this results in reverse, showing as false even if I do enter Project Mgr in the project details table

What am I doing wrong? Thx