Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi All,
I want list the group members on a interface in my application.
anyone can help me out please?.
Thanks.
Discussion posts and replies are publicly visible
In the interface designer, there is a ready made pattern called "User List".
Hi Stefan.
Thank you for the response.
If i want to list only user from single group how can i do that please?
What do you mean? This is only one group. Are you talking about indirect membership through child groups? In that case, use a!groupmembers() like this
a!groupMembers(togroup(23), true, "USER", a!pagingInfo(1, 10000)).data,
you can use something like below if you want user picker field to pck user from the particular group..
a!pickerFieldUsers( groupFilter: cons!UAC_CLIENT_USERS_GRP)