How can I store large text content in data service entity fields when the text datatype allows only up to 4000 characters, and using file data type is not an option in my use case? I am trying to maintain template content that allows users to provide it through the app’s rich-text editor and store it in the entity upon submission. Any ideas? Thanks in advance.
One way is read the data and write it to a file…save the file in storage bucket and add file as resource in data service
Cheers
@manirajmkr , what is the maximum number of characters are you looking for to ingest in a text type field in data service ?