Hi Guys
Please assist if you know how to work this out. I have two custom entities Entity A and Entity B.
I have lookup field on Entity A that lookup to Entity B. I also have text field on entity A that has the same values as the one in Entity B. I wan to write a custom workflow that will take the value from text field and pass it to lookup then lookup will return the record with that same value. I can do it manually by just copying the value from text and paste it on lookup then it will return the same value.