Hello --
I'm fairly new to Power Apps and I'm working on a simple app to allow someone to submit inspection reports.
The Items property of my edit form (EditForm1) is BrowseGallery1.Selected. The data source for EditForm1 is a Sharepoint list called 'Plant Reviews.'
The only datacard in my form that doesn't work contains a combo box called DataCardValue22. This combo box pulls its data from another Sharepoint list called Programs. The items property for the combo box is 'Programs'.Title. The combo box works fine, but when I submit the form the data selected in the DataCardValue22 combo box is not written to my data source.
The Update property of the data card giving me trouble is DataCardValue22.Selected.Value. I'm seeing an error message for that property that says "Name isn't valid. This identifier isn't recognized. This error appears most commonly when a formula refers to something that no longer exists." I can't identify anything in the formulas for this data card that are no longer valid.
Any help would be greatly appreciated! Thanks.