Hi Team,
I have a requirement where I should not display test.admin user in suggestion
This is my current condition which I have implemented to restrict a user, but it still displays the user in suggestion
Users from Appian Directory, ri!user : User (Type)
a!pickerFieldUsers( label: "Select User", maxSelections: 1, value: if(ri!user = "test.admin", {}, ri!user), saveInto: ri!user,
required: true, ),
Could someone please help us on this.
Discussion posts and replies are publicly visible
You can use the groupFilter feature, or create a custom picker field based on your specific requirements which users to show.