Hi,
I trying to build a flow that compares 2 arrays. The first array is a user defined array and second array comes from a data verse table(I'm using list rows action). I want to compare these 2 arrays and send an email to users, email address comes from data verse table. I can't compare the 2 arrays for some reason, the response from list rows is in a different format.
This is the user defined array.

This is for each loop to compare 2 arrays. My question is what is the value I have to use on the right hand side to compare the 2 values? I used all the dynamic values generated it doesn't seem to work.

This is the response I get from list rows (from data verse table) - [{"odata.type":"#Microsoft.Dynamics.CRM.DY12345","odata.id":"dummy)","odata.etag":"W/\"12345\"","odata.editLink":"cr68a_test_dummy_tests(cb09362b-2039-ed11-9db0-000d3a15eb8f)","cr68a_name":"ZVXFED1110C0","cr68a_firstname":"Dummy","cr68a_lastname":"Test","cr68a_emailaddress":"1234test.com","cr68a_test_dummy_tests@odata.type":"#Guid","cr68a_test_dummy_testid":"cb25362a-1239-yd11-9db1-555d3a15eb8f"},
I want the value of cr68a_name i.e. - ZVXFED1110C0 in the If condition.
These are the dynamic values generated - I tried comparing with all the fields in here. I have to compare it to Employee ID. So want the value of - cr68a_name i.e. - ZVXFED1110C0 in the right.

Thank you for your time.