Hi All -
I'm building a flow (only my second one!) in which I am using List Rows to return a list of Contacts. In the List Row Step I am attempting to Filter Rows. I am filtering on two conditions, one of which is straight forward. The second is based on a GUID value collected from the Flow trigger. The error is:
"A binary operator with incompatible types was detected. Found operand types 'Microsoft.Dynamics.CRM.XXX' and 'Edm.Guid' for operator kind 'Equal'."
This Flow is a Child Flow which I am calling from another Flow. In the trigger I am collecting the GUID of the Contacts parent record.

I am assuming this is a type mismatch? Any suggestions on this error?
Thanks!