Workflow assign to Contact in Account

Hi ALL,

I need to assign automatically all the contacts of each account to the assigned user specified in their account.
Is it possible to do it in workflow?
Another question.
Is it possible to use workflow to copy a field value of account (for example region) and copy it to the contacts related to that account?
Thanks for your help!

Hi, welcome to the Community! :tada:

Starting with the second question:

You can use a Workflow to copy a value to one related record. If you need to loop several related records you will need to use a Logic Hook.

You can do specific account Workflows like this: for every Contact, if its Account is XYZ, set the assigned user to ABC.

But if you’re talking about a generic solution, you would need some PHP code (logic hook again),