Unless the users are changed quite frequently, you could a static list and get people to select using it.
Alternatively, you will need a server at the backend which calls the Qualtrics API. You can call this server using the web service element to get the latest user list, each time a person starts the survey.
Thanks, @ahmedA. The kicker is that employees receiving feedback need to be able to see the feedback meant for them on either (1) a dashboard or (2) a Qualtrics ticket (we’re still deciding between options 1 and 2). So I don’t think we can do just a static list of names because these have to be tied to actual users if that makes sense.
I sort of get what you mean with the second solution you listed. It would have to be almost like the Qualtrics API calls the users table and pulls the entire list of users in, right?
For posterity’s sake, I found my own solution to this:
I set up a daily standalone workflow that points to an SFTP site ( I also tested it with a Google Sheet and that works too) that updates a series of SDSs that feed Text entry questions that use the Autocomplete feature.
For posterity’s sake, I found my own solution to this:
I set up a daily standalone workflow that points to an SFTP site ( I also tested it with a Google Sheet and that works too) that updates a series of SDSs that feed Text entry questions that use the Autocomplete feature.
@happychuck77, that sounds like a fantastic and interesting initiative! Any updates on how it’s going? Also, thank you for sharing your solution; it’ll greatly help out our community!
Yes, the above solution is working perfectly. I worked with my Workday team to create a daily report of active employees that is sent to an SFTP. Then also in Qualtrics I set up a daily standalone workflow that points to the SFTP and updates a Supplemental Data Source that feeds my Text entry question that uses the Autocomplete feature.
Yes, the above solution is working perfectly. I worked with my Workday team to create a daily report of active employees that is sent to an SFTP. Then also in Qualtrics I set up a daily standalone workflow that points to the SFTP and updates a Supplemental Data Source that feeds my Text entry question that uses the Autocomplete feature.
@happychuck77, it’s great to hear that it’s working perfectly. Thanks for sharing your successful setup—it's incredibly useful for all of us!