Hi,
I have dropdown where property default is set to a certain value.
Default property - If ( DataCardvalue1.Selected.Value = "Canada", "Justin Trudeau", If(DataCardValue1.Selected.Value = "USA", "Joe Biden))
Items property = ["Justin Trudeau","Joe Biden"]
So I want it to default based on DataCardValue1. But I want to be able to override the default.
So when I override and switch the dropdown to Joe Biden even though datacardvalue1 = Canada, it does save in the backend sharepoint successfully.
But it doesnt show, Joe Biden in the item. It will always default to Justin Trudeau.
IS there anyway I can get it to show the accurate value?