I have 2 embedded data fields that are checking against each other to screen out or keep people in the survey. These fields are being generated through scoring in Qualtrics. When I’ve checked the embedded data fields for the two they are matching, but for some reason the branch logic is sending them out of the survey. For the embedded data field “Not Equal To” I have tried inputting as:
e://Field/Child1DeviceBreakdownCount
${e://Field/Child1DeviceBreakdownCount}
{e://Field/Child1DeviceBreakdownCount}
{e://Child1DeviceBreakdownCount}
Here is the branch logic:

All of the fields look to be matching so I don’t know why it is kicking me out of the survey. Logically this should look and see that Child1DeviceCount = 2 and Child1DeviceBreakdownCount = 2 so it should not be ending the survey.

