Retrieving user information from TDX

I am trying to retrieve all users into a listbox. What connector would I need to use?

Asked by Alicia Mendez on Tue 5/7/24 9:42 AM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Tue 5/7/24 12:12 PM

Hi Alicia,

You can create a condition and initialize the list box from a flow, the flow could pull all users into the form choices tool and send back to the form. You would use the TDX Common connect to "search users" and send a blank search to return all (depening on users, this can fail since the data returned may be over 20MB), or you could have a report listing all your users and pull the data from a report.

Sincerely,
Mark Sayers
Sr Support Consultant, CS

No feedback
It will only iterate through the first 50 users? - Alicia Mendez Tue 5/7/24 1:16 PM
There is a TDX Common Admin action that does a "Get all" for retrieving all of your users. - Mark Sayers Mon 5/13/24 9:32 AM