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
Chad RitchieChad Ritchie 

Process Builder/Flow Question

Hey guys,

So I have an Object A with an ID we'll call "ID A" and I need to match that against Object B's field and see if it has a match for "ID A", if it does I then need to bring back "ID B" from Object B and place it in Object A's field. I am wondering if this match and pull back a different Id can be done simply through process builder or if I'll need a flow?

Thanks in advance, and if you would complete this through say a Process Builder is there anyway you could provide screenshots of how it'd be done? Thank you!!
Raj VakatiRaj Vakati
You need to use the Flow with Fast look look up .. 

If you want to use Process Builder , you need to use apex class