Passing variable name of choice text through web service? | XM Community
Skip to main content

Passing variable name of choice text through web service?

  • November 11, 2021
  • 3 replies
  • 227 views

Forum|alt.badge.img+8

This seems like it should be simple, so maybe I'm missing something. Qualtrics online support immediately denied me when I asked this question and told me to ask for API/Integration support, but thought maybe I'd try here first.
I just want to pass variable names for choice text responses to another service (Power Automate to SharePoint, if it matters) through Web Service, but my only options seem to be the original choice text or recode values. Is there a simple way to get the variable names to pass through web service? Thanks for any suggestions.

3 replies

Forum|alt.badge.img+4
  • Level 1 ●
  • November 13, 2021

Hi!
If you'd like to contact API and integration support, you can select that in the what product are you using dropdown list.


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • November 14, 2021

https://community.qualtrics.com/XMcommunity/discussion/18427/passing-variable-name-of-choice-text-through-web-serviceThere isn't a way to pipe variable names. So, if you are using a third party web service (e.g., Power Automate), the only way to do this would be to use the JS Question API's getChoiceVariableName() function or the Qualtrics.SurveyEngine.QuestionInfo object to get the variables names and save them to embedded data fields then pipe those into the web service call.


Forum|alt.badge.img+2
  • Level 2 ●●
  • October 18, 2023

https://community.qualtrics.com/XMcommunity/discussion/18427/passing-variable-name-of-choice-text-through-web-serviceThere isn't a way to pipe variable names. So, if you are using a third party web service (e.g., Power Automate), the only way to do this would be to use the JS Question API's getChoiceVariableName() function or the Qualtrics.SurveyEngine.QuestionInfo object to get the variables names and save them to embedded data fields then pipe those into the web service call.

I’m having the same issue - i have webserivce get method which save a custom path data but i can’t use the data of it the next workflow.

How can use the data for next workflow?