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

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!

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.


Thanks for confirming Aanurag!


Leave a Reply