Skip to main content
Sara Monksfield (RSC) 님이 #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개
  1. 2016년 10월 27일 오후 3: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