Download tool with Qualtrics
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi There
I have been struggling to get rid of an error while using the download tool in Alteryx. I am trying pull some data ( distribution id ) using an API and am using the instructions as mentioned here : API Reference | Qualtrics API Docs,
on the above link as well as Postman , I have tested and I get the desired result but when i use the download tool in Alteryx using the same credentials (survey id and Token) i get an error message(Screenshot attached). Also attached is the workflow for reference with fake credentials.
Please help me in figuring out where am i getting it wrong?
Thanks
Solved! Go to Solution.
- Labels:
- API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It seems to be a problem with the send date, have you tried omitting the columns to narrow down the error . Try trimming the date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You are missing sendDate in your Query String/Body along with other parameters. You will want to go into your formula tool and add sendDate as specified by the API documentation: https://api.qualtrics.com/instructions/reference/distributions.json/paths/~1distributions/post
It looks like you are trying to create a distribution based on your current configuration and the POST selection. If you are trying to do something else you may want to reference the appropriate endpoint and HTTP action.
The documentation will show you what values are required in your payload
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi BrandonB , thanks for the response.
I am trying to get 'distribution id' for which I am using the GET 'List Distributions' as mentioned here :
Instructions | Qualtrics API Docs
Also for testing i tried adding send date (ven though for this API call , 'senddate' is non mandatory) but the error continues . If you see in the attached image i tried on Qualtrics API 'tryit' window and it shows the result as fine but on Alteryx couldnt get rid of the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @veekay123 ,
Not sure if this helps but I managed to find a Qualtrics connector (see .yxmc file attached). Do try if it works?
Best,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks @mutama for this. This is certainly helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @BrandonB ,
Your response on this question Solved: Download tool not getting any response when using ... - Alteryx Community also helped me a lot
Thanks
