Tag not monitored by Microsoft.
Post/ask in the Power Apps forum:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm getting this error when trying to save my tables in Power Apps. Please help!
Dataverse API request 'https://org48221df8.crm.dynamics.com/api/data/v9.1/CreateEntities' failed with status code: '400', response content: {"error":{"code":"0x80044371","message":"{"entityName":"tbdpublishercustomizationprefix_Worker","errorMessage":"Validation of value '{0}' of property '{1}' of {'2'} component with name '{3}' failed with exception {4}.\r\nData[0] = \"tbdpublishercustomizationprefix_Worker\"\r\nData[1] = \"name\"\r\nData[2] = \"Entity\"\r\nData[3] = \"tbdpublishercustomizationprefix_Worker\"\r\nData[4] = \"The schema name tbdpublishercustomizationprefix_Worker for type Entity is invalid or missing.Custom attribute, entity, entitykey, option set and relationship names must start with a valid customization prefix.The prefix for a solution component should match the prefix that is specified for the publisher of the solution.\""}"}}
Tag not monitored by Microsoft.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Post/ask in the Power Apps forum:
The error you are experiencing when trying to save your tables in Power Apps is related to the naming convention of the entity you are attempting to create. The specific error message states that the schema name tbdpublishercustomizationprefix_Worker is invalid or missing. Here’s a breakdown of what this means and how to resolve it:
tbd_, your entity name should be something like tbd_Worker instead of tbdpublishercustomizationprefix_Worker.By following these steps, you should be able to resolve the error and successfully save your tables in Power Apps.