cancel
Showing results for 
Search instead for 
Did you mean: 

Zoominfo Output fields are missing when mapping in NetSuite

Alwani
Deputy Chef I
Deputy Chef I

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 

Alwani_0-1709429929571.png

Alwani_1-1709429977777.png

How I can then get the field when field is missing?

Thanks

Ali

 

1 REPLY 1

gary1
Executive Chef II
Executive Chef II

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"]