MoveData App
IsNewRecord
is now available as a parameter- Use
IsNewRecord
to detect if the contact already exists inside Salesforce"IsNewRecord": true,
"IsNewRecord": false,
- Also available for use in subsequent phases:
"CampaignContact_IsNewRecord": false,
"DonorContact_IsNewRecord": true,
- Use case is to enable users to branch logic in the context of new versus existing contacts