How do I create a Pipeline that makes the owner of a child record the owner of the parent record?
If I have tables Table A and B how do I create a pipeline that changes Table B's owner to match Related Table B's Owner?
Example
Start: Table A Record Owner: Jim Table B Record owner Jerry
T...