Use branching logic to set embedded data in an API import project? | XM Community
Solved

Use branching logic to set embedded data in an API import project?

  • 4 April 2022
  • 2 replies
  • 32 views

Badge

Hi,
I'm importing data via the API into a blank survey project.
The fields coming through are mapped as embedded data, and working fine.
But I need to assign additional embedded data fields using branching logic. (If "Queue" contains "ABC" then set "Brand" as "CDE") I have it set up exactly the same as a live survey, but nothing is being assigned in my import project.
Has anyone successfully added conditional embedded data within Qualtrics to an API import project before? Or do I need to ask my developer to add the fields upstream?
Thanks!

icon

Best answer by Aanurag_QC 7 April 2022, 05:37

View original

2 replies

Badge +30

The branch logic won't work in the survey flow, as you're importing responses that skip the entire survey flow, and hence the branch logic would skip as well. You would need to pass the value directly in the import and use if-else logic outside of Qualtrics.

Badge

Thanks for confirming Aanurag!

Leave a Reply