yuenling1995
Registered User.
- Local time
- Yesterday, 22:12
- Joined
- Jan 22, 2020
- Messages
- 20
Hello all,
I'm new to Access and currently work as a data system manager at an HIV research lab. We use Qualtrics to create surveys for participants to take online, and we use Access to call Qualtrics API to add participants to Qualtrics contact panel, automatically generate survey links for them, email survey distribution links to the participants, and store their responses through exported files.
Here is the link to the Qualtrics API documentation:
api.qualtrics.com
I'm migrating all the Qualtrics function to v3, and run into this run-time argument not optional error when trying to generate survey distribution links for participants & send them emails with their survey links.
Here is the API documentation link to the Qualtrics function I'm working on - CreateSurveyDistributionLinks:
api.qualtrics.com/reference#distribution-create-1
api.qualtrics.com/reference#email-mailing-list
The following screenshots shows my function and the sub where I try to call the function (the error message pops up on the line highlighted in yellow:
View attachment 78512
View attachment 78513
I would truly appreciate all your insights, really hope my code works!!
Best,
Jess
I'm new to Access and currently work as a data system manager at an HIV research lab. We use Qualtrics to create surveys for participants to take online, and we use Access to call Qualtrics API to add participants to Qualtrics contact panel, automatically generate survey links for them, email survey distribution links to the participants, and store their responses through exported files.
Here is the link to the Qualtrics API documentation:
api.qualtrics.com
I'm migrating all the Qualtrics function to v3, and run into this run-time argument not optional error when trying to generate survey distribution links for participants & send them emails with their survey links.
Here is the API documentation link to the Qualtrics function I'm working on - CreateSurveyDistributionLinks:
api.qualtrics.com/reference#distribution-create-1
api.qualtrics.com/reference#email-mailing-list
The following screenshots shows my function and the sub where I try to call the function (the error message pops up on the line highlighted in yellow:
View attachment 78512
View attachment 78513
I would truly appreciate all your insights, really hope my code works!!
Best,
Jess