MoveData App

Version 1.40: 27-August 2022

Added support to determine New versus Existing contacts in Flow parameters

  • 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