function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jane Marchand 2Jane Marchand 2 

compare values in 2 collections

I need to compare Opportunity line items and Contract Line Items 
I want to see which opportunity line items have the same pricebook entry id as the Contract line items
I then want to split the records out into 2 new collections
what is the most effecient way of doing that in visual workflow?
Thanks

DhanalakshmiDhanalakshmi
There is one option using the Mapper either through a trigger or a class. we can store two mappers one with Opty/Pricebook Id and another
with Contract/PriceBookId. I am not sure about handling V WF..

Sathesh Sommi