Use this expression to return a list of IDs for all users that submitted a specific task.
Expression
Join({Task1}.Scope().SelectMany(Tasks).where(IsCompleted).Select(UpdatedBy.UserId),";")
Returned List
(1130;1196;2433;3483)
Genpact Cora Knowledge Center
SupportUse this expression to return a list of IDs for all users that submitted a specific task.
Join({Task1}.Scope().SelectMany(Tasks).where(IsCompleted).Select(UpdatedBy.UserId),";")
(1130;1196;2433;3483)