Skip to main content
Sara Monksfield (RSC) a posé une question dans #Data Management
Can anyone help with the first hurdle I have hit on a Flow please? 

 

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:

 

Stuck on Simple Flow - Failed to find record

 

User-added image

 

 
1 réponse
  1. 27 oct. 2016, 15:38
    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
0/9000