• Alison Chambers 2
  • NEWBIE
  • 15 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I'm trying to look for a specific product code in an Opportunity Line item.  If I find it, I'll update a flag to true on the Opportunity.  If I don't find it, I'll update the flag to false.

However, when I don't find it, the flow fails.

Is there a way to capture and handle this so I can continue to my Record update?

Things I'ved tried:
Set the variable values to null when the Opportunity Line Item record is not found.
Create a fault line in addition to the regular process line from the Record Lookup element to the Decision element.
I'm trying to look for a specific product code in an Opportunity Line item.  If I find it, I'll update a flag to true on the Opportunity.  If I don't find it, I'll update the flag to false.

However, when I don't find it, the flow fails.

Is there a way to capture and handle this so I can continue to my Record update?

Things I'ved tried:
Set the variable values to null when the Opportunity Line Item record is not found.
Create a fault line in addition to the regular process line from the Record Lookup element to the Decision element.