Storing strings larger than 64KB in creator forms

Storing strings larger than 64KB in creator forms

Greetings

in my application i'm working on a widget where the user can input large amounts of text (screenplay scene outlines and actions), after the user is done with writing i want to save the input as stringified JSON in my form. the issue is that the stringified JSON size is going to be way more than 64KB due to the nature of the content and so i can't store it for example in a rich text field or multiline field. is there a way to store such large texts in the records?

Thanks