Retrieving text from external text file | XM Community
Question

Retrieving text from external text file

  • 7 April 2021
  • 1 reply
  • 20 views

Hi,
In a questionnaire I need to present a set of similar items a number of times. Is there a way I can pull these items from a text-file instead of having to type (or copy/paste) them every time I wat to present the specific item?

Thanks in advance,
Martin


1 reply

Userlevel 7
Badge +21

You can either use the webservice to make an API call and pull the data from the text files or use JS to read the files and update the values.
Alternatively, you could look at loop and merge, if that suits the strcuture of your questions.

Leave a Reply