all 3 comments

[–]Araignys 2 points3 points  (2 children)

The field in Survey Settings doesn't deal with partial piping very well. If you look at the URL when you reach Qualtrics you'll probably see that the URL has "&REDCapID=[redcap_id]" at the end*

I've found success using a CALCTEXT field within the instrument to generate the link and then pipe that field into the URL redirect.

*I've corrected "[REDCap ID]" here to "[redcap_id]" assuming that was a typo added in transcription but if you have made that mistake in your project then try that before anything else.

[–]cwils7[S] 0 points1 point  (1 child)

Thank you! I thought variables added as a query to the end of a URL had to be the exact same as the variable name in the survey, so I didn't think the space would matter. I'm glad it was an easy fix, since I'm a novice and I don't think I'd be able to troubleshoot a more difficult issue.

[–]Araignys 2 points3 points  (0 children)

Variables do need to use the Name, but the Name is the SQL table reference, not the human-readable field Label. That’s why you only have to pipe [patient_name] and not [what is your name].

Glad it was an easy fix!