bcsamples-takeorder
bcsamples-takeorder copied to clipboard
Wrong property for "ItemsWithImages" data source
Problem
Some customers are getting errors when removing and re-adding the itemsWithImages data source - which is a step in the manual setup
The error says that the column names of the data source do not exists.
Ex. "Sold In Restaurant" does not exists on the data source.
Work around
Try to re-add the data source and reload the Power App maker page.
If that does not work, go through the app and update the references to use camel casing instead.
e.g. "Sold in Restaurant" --> soldInRestaurant
Investigation (so far)
The mapping to the API properties are defined as "ConnectedDataSourceInfoNameMapping" in the Data source definition files. We are seeing inconsistent behavior from Power Apps when generating these.
We are in contact with the Power Apps Team to find a solution