Dear team,
I need to solve an issue I found in my app. I have a field to be updated with a default value for a new record. If I select the value from the dropdown it works, if I add the default value to the dropdown list it is not updated.
The field is a Datacard and DataCardValue
This is the column configured in the sharepoint list:
The problem is the field is one lookup field and if we change the choice to point to get data from related table, the app is not updating with the selected values
Hi @FAreArri ,
Please use the below code in DefaultSelectedItems property of DataCardValue control of lookup data card (combobox):
{ Value: LookUp(SampleLookUp,ID=3).Title, Id:LookUp(SampleLookUp,ID=3).ID }
Here SampleLookUp is lookup list. "ID=3" is used to get value in title column of respective ID.
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional