Skip to main content
I'm on the final step of this project. My flow looks good and the correct discount is calculated and applied when I test using the new custom button.

 

However, when I try to Verify Step I get an error.

 

In the email describing the error I see this:

FAST LOOKUP: Find_Related_Account

 

Find all Account records where:

 

Id Equals {!AccountId} (null)

 

Store the values of these fields in Find_Related_Account: Id, AnnualRevenue

 

Result

 

Failed to find records.

so the AccountId is not being passed to the flow.

 

Not only that, the OpportunityId is also not being passed.

 

Anyone else experiencing this?
6 réponses
  1. 28 oct. 2019, 15:18
    Hi Mike,

     

    Even I faced the same issue.

     

    Can you please try changing the variable AccountId to AccountID as shown below

     

    Hi Mike, Even I faced the same issue. Can you please try changing the variable AccountId to AccountID as shown below Save the flow and Activate.

     

    Save the flow and Activate.

     

    Change the button url as below:

     

    /flow/Calculate_discounts?AccountID={!Opportunity.AccountId}&OpportunityId={!Opportunity.Id}

     

    Looks like Trailhead verification is using AccountID for validating the account's id.

     

    Refresh the browser and try to verify the challenge.

     

    Hope this helps . Keep Trailheading..!

     

    Thanks,

     

    Subhasini

     

     
0/9000