Hello everyone,
I am facing this while trying to display group members in an interface within Appian. when we open any group, a specific grid is displayed which shows the members' names, user IDs, and membership types. I am trying to replicate this same grid inside an interface in Appian, but without storing the values.
I have a constant that stores all the groups using a multiple dropdowns. When I select any group, I want the members present inside that group to be displayed in a grid along with their details such as membership type and their user ID. However, I am unable to achieve this and would like to request your assistance in resolving this issue.
Please let me know if you require any additional information or if any specific configuration needs to be done to display the group members in the desired manner.
Thank you for your time and assistance.
Discussion posts and replies are publicly visible
Give this pattern a try. It is available in the interface designers patterns panel.
docs.appian.com/.../user-list-pattern.html
https://docs.appian.com/suite/help/22.4/recipe-add-remove-move-group-members-browser.htmlTry this link
Thank You for the reply I had already gone through the link which you mentioned.
It wasn't suitable for my requirement.
Thank you for your reply I had gone through the link which you provided but the requirement is to display the exact grid which we see whenever we open any group I need the same columns such as Name , userid , membership type ,etc
What do you mean with "the exact grid which we see whenever we open any group"? The one form the Appian Designer?
What is your use case?
Based on the recipe, you can easily display the groups in a grid. Did you try that?
If you are looking for the members of a specific group and sort capabilities, you could use a!groupMembers()https://docs.appian.com/suite/help/22.4/fnc_people_a_groupmembers.html
and maybe also considering enable synchronization for the user record type for more convenience (available with Appian Version 22.4)https://docs.appian.com/suite/help/22.4/Appian_Release_Notes.html#synced-user-record-type