Automation evaluated as False altough the conditions are Matching

Automation evaluated as False altough the conditions are Matching

Issue Statement:

Although the lead/opportunity is satisfying the condition set in the automation, the automation has evaluated as False.

Root Cause Analysis (RCA):

The opportunity was associated with a different lead when the automation was triggered. Subsequently, the lead got merged with another lead, and the opportunity association changed. However, in the automation's trigger data, we have the older Lead ID, causing the evaluation to follow the False path instead of the expected True path.

Steps to Resolve:
  1. Identify the Trigger Data: Check the automation's trigger data to identify the Lead ID being used.
  2. Verify Lead Association: Confirm the current lead association for the opportunity.
  3. Re-trigger Automation: Manually re-trigger the automation on the updated Lead ID to ensure it evaluates correctly.
  4. Monitor and Validate: Monitor the automation to ensure it follows the correct path and validate the results.
Preventive Measures:
  1. Implement checks in the automation to handle lead mergers and changes in lead associations.
  2. Instead of using Evaluate on Trigger data in the automation card, Evaluate on Latest data can be Used (This is Case Sensitive)

    • Related Articles

    • Activity field when mail merged with a masked lead field

      Hi Team, We have observed a behaviour when a masked field is being mail merged using a dynamic form to an unmasked field, the value being mail merged is "xxxxx" and not the actual value. Example: Lets say we have a Lead field called "Track_ID" which ...
    • Status retrying in multi if else card

      In the Multi If Else card, the status is shown retrying. For Number type fields special character comma (,) is used and hence the card is failing. Please reconfigure them by removing the comma from all the conditions. This can be done in Live Edit of ...
    • Getting an error while creating an activity

      Issue: Getting an error while creating a custom activity - Cannot add or update a child row: a foreign key constraint fails (`internalsq32_mxradon`.`CustomObjectProspectActivity_Base`, CONSTRAINT `FK_COPAB_RelatedCustomObjectId` FOREIGN KEY ...