Custom Field as value in webserive | XM Community
Skip to main content

Custom Field as value in webserive

  • January 24, 2023
  • 2 replies
  • 24 views

Forum|alt.badge.img

I have created a custom field (e.g. course) as a concatenate value of several fields.
I want to pass it in the json body of my webservice, but it is not available to pick as an embedded field.
What am I missing?

2 replies

Appzk
QPN Level 5 ●●●●●
Forum|alt.badge.img+34
  • QPN Level 5 ●●●●●
  • 276 replies
  • January 25, 2023

Is your custom field a part of embedded data?
If yes then you can pipe this field in json body as value.


Forum|alt.badge.img
  • Author
  • 1 reply
  • January 25, 2023

No, I had assumed that they would already be available as embedded data, the part I was missing obviously. 😁
So thank you, I have just recreated the concatenated data as an embedded field in my survey flow.