I created an automation that creates task records when a new project record is created. It finds the matching records from a "task template" table and creates new records in the "task" table. It runs fine except for records that have a user group populated in the "assignee" user field. It won't create those records. Both the "task" and "task template" tables have matching user group fields, so this isn't the problem. In the example below, the automation will create 2 records where the assignee is a single person, but won't create the 3 records where the assignee is a user group.