Skip to main content
muhammadhaseebk3287
September 26, 2023
Question

Character limit 4000

  • September 26, 2023
  • 12 replies
  • 0 views

is there a way to retrieve more than 4000 characters from database using either records type or data store entity 

12 replies

peter.lewis
Employee
September 26, 2023

If you use a data store entity, you can return more than 4000 characters, but currently using synced records supports 4000 or fewer. Can you provide a bit more context about your use case? What information are you storing in that column? How do you plan to use it in your application?

muhammadhaseebk3287
September 28, 2023

actually I got the solution, I implemented the stored procedure option and directly call it through the database. Now it is working perfectly fine.

pranav.walia
Employee
April 4, 2024

Could you explain that a bit? dealing with a similar issue. Thanks 

muhammadhaseebk9745
April 4, 2024

Mine solution was, I wrote a database procedure and used that procedure to call data, I am successful in retrieving more than 100,000 characters in this way.