Hello,
I'm having problems completing the build of an app from another developer.
The app has a rich text editor, which sends to a dataverse table the htlm text and, if there is an image, the base64 code for it.
When the RichTextEditor .HtmlText is greater than 100000, the Patch function fails.

I had thought about creating a new column with document format, but I am not allowed to create or edit columns. Can anyone give me an idea?
Another idea is to somehow create the images in sharepoint and get the url of this to save it in the dataverse column.
Thank you very much