Hi all,
I'm creating my first powerapp and have been stuck for a couple of days with an issue that is driving me insane!
I have a combobox called cmbCompany which sits in a datacard called Company_DataCard1, I thought everything was finished since initial testing was good, items selected in the combobox are being updated successfully back to my sharepoint list (this is a sharepoint list form app rather than a straight out canvas app). When I open an already created record to edit, my combobox is still displaying the previously set value, however, when I hit the save button after editing something other than the combobox I'm getting an error message "Company is required" on the error label.
I'm assuming this is being caused by my defaultselecteditems value being set as [Parent.Default], but I'm not entirely sure. The Items property on the combobox is set as SortByColumns('Company List', "field_1", Ascending). Is someone please able to tell me where I'm going wrong? What should the defaultselecteditems property be set as?
Thanks in advance for any advice.....tearing my hair out here!