Genpact Cora Knowledge Center

Support

Find IDs of All Users That Submitted a Specific Task

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)