Hey, I have an issue saving content from the editor in a field in the database. I created a simple setup for the purposes of this test.
I have the editor and a button called Save. I created an action Get content from Tinymce and then create a new thing so that every time I click the button Save, the content of the editor will be saved as a new record in my database.
This doesn’t work in my case. A new row is created, but it’s empty - no content is exported from the editor. I tried exporting Tinymce’s text content and html content, both return the same result.
I have the same issue with another free tinymce plugin, but don’t have the issue with other editors - quill, the bubble’s rte, etc.
Your help would be much appreciated 
I attach screenshots of the settings;