You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: