Grid - Advanced Import
Last updated
Was this helpful?
Was this helpful?
{
"delimiter": ";",
"previewSize": "25",
"operation": "insert",
"batchsize": "50",
"automapping": {
"AccountId": {
"type": "defaultValue",
"value": "$recordId"
}
},
"preprocessing": [
{
"type": "convert",
"operation": "convertPickList",
"attributes": {
"field": "StageName"
}
},
{
"type": "convert",
"operation": "convertPickList",
"attributes": {
"field": "gmpkg__Discount__c"
}
},
{
"type": "convert",
"operation": "resolveLookup",
"attributes": {
"mappedField": "gmpkg__Sponsor__c",
"lookupField": "gmpkg__Sponsor__c",
"refObjName": "Contact",
"titleField": "Name"
}
}
]
}