Hi all
I have a gallery I'm searching users' emails from office365users. I want to update the label with this user after selecting a user which I searched from the gallery
Could you please help me with this?
ToDisplayLabel_1 Text :(it shows data(email) that selected item)
PlainText(SelectedTicket.AssignedTO)
AssignedToSearchInput_1 default:
AssignedToUserDisplayName
AssignedToSearchGallery_1 items
If(Not(IsBlank(AssignedToSearchInput_1.Text)),Office365Users.SearchUser({searchTerm:AssignedToSearchInput_1.Text}))
AssignedToUserTitle_1 text :
ThisItem.Mail

best regads
Sinan