web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / RichText 4000 characte...
Power Apps
Unanswered

RichText 4000 characters - Workaround?

(0) ShareShare
ReportReport
Posted on by 319

Hi!
We have an app where the 4000 character limit is kind of annoying. Is there any way to work around this?

If we create 3 columns: Rich1, Rich2, Rich3.

Is there some way to use the RichText input seemlessly and make sure that the first 4000 characters are stored in one column, and the next in the second? Then shown like they are one?


Any way to code this, or any other suggestions?

Categories:
I have the same question (0)
  • BCLS776 Profile Picture
    8,994 Moderator on at

    The Left() function will allow you to put out the first 4000 characters from a string, e.g. Left(myString, 4000)

     

    That said, it is cumbersome to work with multiple columns for a string in this way. It sounds like you're using SharePoint as a data source - Dataverse offers text columns with higher capacity if you're able to make the switch.

     

    Hope that helps,

    Bryan

  • mrstian89 Profile Picture
    319 on at

    Thanks!
    It is Dataverse, the RichText only allows for maximum 4000 characters unfortunately.

    What if the HtmlText is at 9000 characterrs, how do I get character 4001 - 8000 to be added to the second column, and 8001 to 9000 to the third column?

  • BCLS776 Profile Picture
    8,994 Moderator on at

    Use Len(myString) to check the length of it and help with conditional logic, then use Mid(myString, 4000, 4000) to get the second portion of 4000 characters and Mid(myString, 8000, 1000) to get the last 1000 characters in a 9000 character string.

     

    Bryan

  • Suggested answer
    CU08052054-0 Profile Picture
    2 on at
    Hi! 
     
    I just found a work around that worked for me -
     
    I created a column and when selecting the data type I chose "Plain text" - This sets the Data Type as "Multiples Lines of Text" and the format as text. I named the column and saved it.
     
    After it was created, I then went and changed the format to rich text - This lets me set the character limit to well above 4000 and it renders perfectly using the rich text editor control in Canvas Apps. I hope this helps!!
     
     
  • Ram Prakash Duraisamy Profile Picture
    5,846 Super User 2026 Season 1 on at
     
    Its the Microsoft Restriction to have 4000 Characters, are you going to use HTML content ? if yes then we need to have 3 different fields and merge it else create a TextArea.
     
    Please mark as answer if my suggestion helps.
    Subscribe here for More Useful videos : https://www.youtube.com/@rampprakash3991

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 430

#2
timl Profile Picture

timl 318 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard