is there a way to retrieve more than 4000 characters from database using either records type or data store entity
Discussion posts and replies are publicly visible
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?
actually I got the solution, I implemented the stored procedure option and directly call it through the database. Now it is working perfectly fine.
Could you explain that a bit? dealing with a similar issue. Thanks
You can retrieve more than 4000 characters from a database in Appian using paging or chunking techniques to bypass the limit imposed by some database systems.
Shubham Aware said:paging or chunking techniques
What is that? Never heard of it in an Appian context !?!