Could not compile handle bar "{{{Report_Entry[*].Employee_ID}}}" because "Parse error on line 1: {{{Report_Entry[*].Empl ---^ Expecting 'ID', 'STRING', 'NUMBER', 'BOOLEAN', 'UNDEFINED', 'NULL', 'DATA', got 'INVALID'" .Please correct and retry
I also tried "is" instead of "equal to" in the handlebard, but same result.
Could you please point me to some documentation on how to handle mapping for multipe report_entry jsons? I managed to import records into NetSuite but the mapping is apparently wrong becasue fields are empty (name, email, etc.):
If you use one to many, then it will do an import based on the N number of child objects. This means in the left side of your mapping you can use Name instead of Report_Entry[*].Name and this is the case for all the nodes which fall under Report_Entry. If you want to map properties above the child node then you can use _PARENT.propertyname.