I am creating a data interface project, importing a table from an Azure database, creating a new entity. The data is displayed correctly on the preview panes in the first two steps of the process, but then I get an error: "There was an error while creating this entity. Details: Sql error: 'String or binary data would be truncated. The statement has been terminated.'."
I don't understand how data in any field can be truncated since a new entity is being truncated unless there are data types that I should not be using?
Thank you,
Orlando.
HI @Orlando ,
Could you please share more details about the error message within your PowerApps?
Currently, I could not reproduce your issue on my side. This error condition may happen for example when you implement an ETL between a source and a destination that does not have matching data types and/or length.
Please check and see if the following blog would help in your scenario:
On your side, please make sure the columns in your Azure SQL Table match Data types and Length of corresponding columns in your new CDS Entity.
In addition, you could also consider take a try to create the CDS Entity in your PowerApps firstly, and specify corresponding columns, Data Type, Length, etc to match those in your Azure SQL Table. After that, take a try to import data from your Azure SQL Table into this existing Entity, then check if the issue is solved.
Best regards,
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
14 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
20 | |
6 | |
6 | |
5 | |
4 |