I have a process to upload a newsletter to the database. I was able to get the Wappler system to add the content via a server connect form, but i am strugging to get the data to display after its been added and in an Edit function.
So here is the content without any TinyMCE formatting. As you can see it has the correct HTML content displayed
Most probably the tinymce plugin loads before the data is available on the page. You will most probably need to initialize it once the dynamic data is available / server action has loaded it.