Hi All ,
I am using below code to fill my combo box with users :
Office365Users.SearchUserV2({searchTerm: Trim(ComboBox2.SearchText)}).value

Display name is set as search field and Display name and mail are set as primary and secondary field respectively
Combo box is only loading users when I search with users display name inside combo box but It's not loading users by default in combo box. I want the users to be loaded when I open the screen without searching anything inside combobox. Please help.