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
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.
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