Embedded Data Comparison Not Working in Survey Flow | Experience Community
Skip to main content
Solved

Embedded Data Comparison Not Working in Survey Flow

  • June 16, 2026
  • 1 reply
  • 5 views

Forum|alt.badge.img+6

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.

 

Best answer by gsheppard

Sorry figured it out. Had an uppercase in the embedded data that was not being uppercased in the branch.

1 reply

Forum|alt.badge.img+6
  • Author
  • Level 2 ●●
  • Answer
  • June 16, 2026

Sorry figured it out. Had an uppercase in the embedded data that was not being uppercased in the branch.