I am trying to replicate an opportunity for renewal and as I am new to Flow I am building it bit by bit.
My first task is to duplicate the original opportunity but the Flow won't find the record. This is the first stage error I get on the email:
RECORD QUERY: Find_Orig_Opp
Find one Account record where:
Id Equals {!VarOrigOppID} (null)
Result
Failed to find record.
This is the first part of the Flow:
1 réponse
In your record lookup - you are looking up an account where the Account ID = VarOrigOppID. Change it to lookup Opportunity instead of account, and that should work