Hi everyone!
How can I implement the next case: if user creates task for team 'Sales Managers' - all users from team should receive individual tasks with inherited information from group task (subject, description, due date).
For today I have only solution how to create tasks for all team members. Action is called by trigger - when task assigned to a team = 'Sales Managers' than child workflow creates tasks for all team members. But child workflow is called for 'User' entity, so there is no possibility to retrieve information from first 'team task' and copy it into individual tasks via OOB.
*This post is locked for comments