Hi, I’m creating a survey which will be accessed via user-specific links which I am generating outside of Qualtrics. Each link will include a unique identifier (let’s call it userid) for the user as a variable, mapped to embedded data. For a variety of reasons it will not be possible to pre-populate a contacts list with these values.
I would like to validate whether there is an existing response with the given userid and branch the user away to a custom end of survey message thanking them for their previous submission, but I can’t find a way of checking the presented userid against previous submissions.
I’m more than happy to get my hands dirty with API calls if that would solve the problem, but this feels like it should be really obvious functionality that I’m missing, is it me?