Hi,
I am using a combo box with following formula in its items.
formula : Office365Users.SearchUser({searchTerm: toEmail_1.SearchText})
And I have a gallery of emails.
So, I want my combo box to select all users whose email is present gallery.
Tried setting the following formula in "DefaultSelectedItems" of combobox.
formula: Gallery3_5.AllItems.email (
Note: I have some other data too in my gallery. So, I am just taking the email. )
Please suggest any solution.
Thanks In advance