Hi everyone,
I’m trying to automate data export using the Qualtrics API in R (via qualtRics package). The issue is that I’m not the owner of the main survey, it was created by a collaborator at another university. Although they have given me full admin rights on the project, my API key still doesn’t allow me to export the responses via the API. The collaborators also don't have API keys of their own.
As a workaround, I’m considering creating a Qualtrics workflow triggered on every new response, which would copy each response into a dummy copied survey that I own. That way, I could access the dummy survey using my own API key and connect it to a Shiny dashboard that shows the number of participants by country. However, I am having difficulties building that workflow. Would it be possible to do this on Qualtrics?