Hi,
I have a Webhook that I using to POST to an API via JSON. When I plug in my data, if any of the fields happen to be empty (which is valid), there is a value that looks like an ID being populated in those fields. I don’t why that is happening and how to fix it. Below is an example of the JSON output and a snippet of the JSON in the Setup Action section where I am building the JSON string.
"firstName": "Richard",
"addressExtn": "aXJVuaPhUBvexU44GFd_UP",
"dateOfBirth": "1962-01-08",
Thanks,
Rhonda