Skip to main content
Jim . (Paragon) a posé une question dans #Flow

Hi All, 

 

I have a salesforce flow where we are capturing all the Opportunity in a screen process, including contatcs and products. Although i am hitting one issue and i feel like its a simple one i cant get my head around. 

 

If there are Line Items with the same name as the product then i dont want the product to be returned in the second Get Records Element  

Salesforce Flow to exlude Products in Table

 

 

 

#Flow

3 réponses
  1. 5 août 2025, 08:15

    @Jim .

    You are saving the Get Opportunity Products as a record collection variable, which would not be compatible with the Product name. Product name is text so it must search in a text collection.  

     

    You should try creating a text collection variable (say "Opportunity Line Item Names") . Then in the Get Line Item element you select the "Choose fields and assign variables" option and then assign the Opportunity Line Item Names variable to store the names. After that the collection should appear as an option. 

     

    Thanks  

    Raluca

0/9000