RE: Workflow to create a Task for each User in a Team
It would either be triggered by field change on an opportunity or manually.
It is for the approval of an Opportunity by an approval team.
I decided to send one email to the team, notifying them of the opportunity to approve.
And then creating a record in a custom entity, “Approval History”, which is related to the Opportunity entity.
But that leaves me with the same problem; how do I create a record for each team member.
I have never written a workflow in C# but I’ll look into it.
Not possible to do this in Flow?