Hello,
I want to display list of all office 365 users in dropdown list by default.
I have tried, following formula, but it only displays the list of user having "John" character, how can I by default pull list of all Office 365 user?
Office365Users.SearchUser({searchTerm:"John"}).Mail
How can I achieve that?
Thanks