Hello,
Hoping someone has run into this problem.
I need to pass multiple embedded data variables in a JSON format to a 3rd party vendor, but I can't seem to get the embedded data to evaluated properly. I keep getting literal values passed to the API.
My current format looks like this:
[ {"StratificationID" : 1, "Level" : ${e://Field/StrataAge} ]
Anyone know how to get this to work?
Thanks.