Hi
In my Powerapp I am setting the default value of a combo box to a global variable within the app. This is working ok, however, when I save the record it does not save and no error message is returned. The form continues as if the record saved correctly.
My question is. How to correctly set the value of the combo box so that when not changed by the user and saved. It saves?
To set the default value, I am setting the DataCard default to:
{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.lsTSDetails",
id:0,
Value:Text(varMainID)}
The update of the datacard is set to:
DataCardValue5.Selected
I have set the combobox defaultSelectedItems to:
{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.lsTSDetails",
id:0,
Value:Text(varMainID)}
I have looked around the forums and cannot find a solution that works relating to the Saving of the default value.
Any help appreciated.
Thanks