Hi Everyone,
I am creating a cloud flow that will allow our users to select accounts in Dynamics CRM and create a task for all the selected accounts.
Now I got this to work but now the owner of the new tasks is always set to the user that is running the flow. In our case this is always a Service Account.
During the flow i want the user to be able to lookup an user that exists in the systemusers table and then set this user as the owner for all the tasks that will be created.
Is this possible and if yes how should i achieve this?