03-02-2024 05:39 PM
Hi,
I have an issue where I have first selected few fields to be mapped to custom field in Netsuite for the Zoominfo.
The output fields are there
How I can then get the field when field is missing?
Thanks
Ali
Solved! Go to Solution.
05-10-2024 05:21 AM
Hi,
Good day!
As a workaround, these are the steps you can follow:
It should look like this:
Thank you
03-04-2024 09:23 AM
You can use brackets to reference the field by its key name in the JSON.
If the JSON is like this:
{
"employee_count": 2,
"primary_industry": "crime",
"business_model": "grand theft auto"
}
Then you can do this:
[object datapill]["business_model"]
05-10-2024 05:21 AM
Hi,
Good day!
As a workaround, these are the steps you can follow:
It should look like this:
Thank you