Hi,
Please try the following on the DefaultSelectedItems property of your ComboBox:
{Value: Gallery4.Selected.Status.Value}
Also, please confirm if the Items property of the ComboBox is properly set to:
Choices([@'DataSource'].Status)
This should ensure that the ComboBox displays the correct selected item based on the value from Gallery4
.
If this helps, please give it a like or mark it as the answer so others may know the issue has been resolved!
Table(Gallery4.Selected.Status)
Gallery4.Selected.Status
Choices([@'DataSource'].Status)
Choices([@<your SP list>].status)
//If the SP list name has spaces -
Choices([@'<your SP list>'].status)
Gallery4.Selected.status
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional