Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLEASE HELP!!! Issues with Power Platform Tools #136

Closed
jswiger88 opened this issue Nov 3, 2021 · 1 comment
Closed

PLEASE HELP!!! Issues with Power Platform Tools #136

jswiger88 opened this issue Nov 3, 2021 · 1 comment
Labels
paportal Pertains to Power Pages

Comments

@jswiger88
Copy link

I recently installed “Power Platform Tools” into Visual Studio Code. I was able to download all of my project files and settings from my portal apps. However, when I am trying to upload the changes that I have made, I am getting this error. “ Updating table adx_webpage with record id:a77ec5d4-9236-ec11-b6e6-00224824282b FAILED due to A validation error occurred. The length of the 'adx_summary' attribute of the 'adx_webpage' entity exceeded the maximum allowed length of '2000'. “

@ameyaapte1
Copy link
Contributor

This error is being thrown as the maximum limit on the length of the adx_summary column is set to 2000 characters in Dataverse by deafult. The restriction can be removed by changing the maximum length of the Summary column on the entity adx_webpage.

Steps to fix this would be:

  • Go to make.powerapps.com
  • Under Data go to Tables
  • Select Webpage entity, click on the Summary column
  • On right side pane expand the advanced options and scroll down
  • Change the Max Length to the desired number

@tehcrashxor tehcrashxor added the paportal Pertains to Power Pages label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paportal Pertains to Power Pages
Projects
None yet
Development

No branches or pull requests

3 participants