I have an Account entity and a XYZ entity.
On the XYZ I have a field called ABC. This ABC field value will make up the name field for this record. Example, if ABC has a value of Hello, then the name field would be Hello.
Now, I also need to get the status reason from the account that is tied to the ABC record. So if the Account status reason is Active, I need the name field on the ABC record to be Hello - Active. If the status reason on the account changes to Inactive, I then need the name on the ABC record to be Hello - Inactive.
I would need this to also update all XYZ records that are tied to that Account record, not just one of them.
Thinking I need a flow to do this, can anyone show me how to complete this? Steps and pics would be awesome.
Thank you.