Solved
pickerFieldUsers - remove loggedin user
Hi Team,
I have group - Group1
In the group 1, we have 3 users
user1, user2, and user3.
Now, I have loggedin with user1 account. In the pickerField now the user1 should not be listed out.
Can you please help with the approach.
a!pickerFieldUsers(
label: "Users",
labelPosition: "JUSTIFIED",
maxSelections: 5,
groupFilter: cons!Group1,
value: local!selectedApprovers,
saveInto: local!selectedApprovers,
required: true(),
validations: {}
)