Error:The passed parameter(s) are of the wrong type. Received the type List of User or Group.

Certified Associate Developer

a!gridColumn(
label: "Assignees",
sortField: "c4",
value:group(fv!row.c4, "groupName")
),

Using this code in a gridfield.

Getting the data from queryprocessanalytics to populate a grid. Field c4 contains the group number. i am trying to get the corresponding group name. Pls help.

  Discussion posts and replies are publicly visible