Do embedded data fields brought in through an API and without a value have a ghost value? | XM Community
Question

Do embedded data fields brought in through an API and without a value have a ghost value?

  • 21 February 2020
  • 1 reply
  • 3 views

Userlevel 3
Badge +11
Our organization has a field called emphasisDescription brought in through an API. When I try to use branch logic and assign it a value "if empty" it doesn't work. Any ideas?

1 reply

Userlevel 7
Badge +27
Maybe the API is returning a space character. You can use JavaScript and the browser console to figure out what exactly is in that fields and its length is. You can then modify your branch condition accordingly or use JS to modify the value.

Leave a Reply