Do embedded data fields brought in through an API and without a value have a ghost value? | XM Community
Skip to main content
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?
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