I have users divided into 3 groups:
Group1
Group2
Group3
I only want users to get the notification of Task Create event when the item is created and assigned to a group they are a member of.
My parent entity has a property that holds the name of the role that the task belongs to (ParentEntity.Item.Properties.OwningGroup) which contains the value of one of the groups named above.
For instance, if an item is created and has Group2 as the OwningGroup, I do not want users with roles of Group1 or Group3 to get the notification.
The Roles drop-down does not appear to allow any sort of expression. And from what I can discern from the documentation, the Expression editor might work, but it would have to resolve to User Ids.
Anyone have any suggestions to try?