Skip to main content
josemanuelo0002
November 10, 2023
Question

How to create an interface with the list of users of every app?

  • November 10, 2023
  • 3 replies
  • 0 views

Hi,

I'd like to create a form where a super admin creates groups and within those groups there are admins of each group and normal users. I'd like those admins in each group to be able to choose users from an appian list, but I don't know how to extract appian user information and display it in a table.

Thanks for the help

3 replies

sriramk5349
November 10, 2023

Hi [mention:3485e9fbf9774800ba80e13adf3ce5e8:e9ed411860ed4f2ba0265705b8793d05] ,

You can use getallusers() function to get all the active users present in our instance.

mathieud0001
November 10, 2023

Did you try a record picker with the built-in users Record?

stefanhelzle0001
November 10, 2023

If this is about selecting users to add them to a group, a user picker would be my first choice.