Hi,
I have placed two Combo boxes inside one data card.
Combo Box1 will be invisible and by default the current logged in user be selected.
Combo Box 1 Item Property :
Office365Users.SearchUser({searchTerm:User().Email})
Combo Box 1 DSI Property :
First(Office365Users.SearchUser({searchTerm:User().Email})).
ComboBox2 will be visible to user.
Combo Box 2 Item Property :
Office365Users.SearchUser({searchTerm:ComboBox2.SearchText})
Combo Box 2 DSI Property :
If(IsBlank(galRecords.Selected.Person),
Office365Users.SearchUser({searchTerm:User().Email}).DisplayName,
galRecords.Selected.Person
)
Datacard Update:
If(User().FullName=ComboBox1.Selected.DisplayName,
ComboBox1.Selected,
ComboBox2Selected
)
Now both the DSI and Item property columns are matching but the value is not updating in the backend

Report
All responses (
Answers (