Hello,
I am trying to create a workflow that will update a related entity if a field on the entity is changed.
Example:
Entity A has a field called 'Retention Date'
Entity B has a field called 'Current Retention Date'
'Current Retention Date' should always equal 'Retention Date'
Therefore, if someone updates 'Retention Date' on entity A, I need a workflow to update 'Current Retention Date' on entity B
Please could you advise how I achieve this?
Thanks