Hi,
I am working on a survey in which I have a webservice (API) that requires for each user to get a unique ID for their response.
I tried creating an embedded data = random number and setting the embedded data as the query parameter, but it doesn’t work. The issue is that I get the full text of the embedded data ($e://Field/random_id) instead of the expected value (random number from 0 to 1000). See the image below:
If I do the random number directly in the query parameter, like the image below, it works. However, I need the first solution to work because I need to keep track of the respondent random number for a second wave of the survey. Any idea how to fix this?