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 ) ) )
Discussion posts and replies are publicly visible
Try this function: https://docs.appian.com/suite/help/24.3/fnc_people_a_groupmembers.html
Thank you tried this and worked!