I have a canvas app with a couple of edit and display forms connected to a SharePoint Data source. The Items property of these dropdown boxes are set to Choices(SPListName.ColumnName). The column referenced are choice columns in SharePoint with single select or multi select.
Whenever I open the app for editing, the Appchecker displays as many runtime errors as the number of dropdown controls I have in the edit and display forms. To resolve the issue, I will have to navigate to the Items property of each of the dropdown control, click on the formula bar and select the appropriate column in the Autosuggest dropdown.
It is annoying to go through this exercise every time I try to edit the app. Appreciate any help to get this resolved.