Skip to main content
November 18, 2024
Solved

How to get the user list in batch wise from group

  • November 18, 2024
  • 2 replies
  • 0 views

Hi

I have to extract all user details into excel manually from one specific group it has nearly 6.5k users as the data is huge the data is truncated and cant copy all the user details and post to Excel below is the logic using to get users from group can you confirm is there any way we can get all this user details in batch wise like 1-900 later 901-1800 like that

getdistinctusers(
    topeople(
      togroup(
        123456
      )
    )
  )

Best answer by stefanhelzle0001

Try this function: https://docs.appian.com/suite/help/24.3/fnc_people_a_groupmembers.html

2 replies

stefanhelzle0001
November 18, 2024
November 19, 2024

Thank you tried this and worked!