How to store long JSON string like 5000 characters in sq uipathl??
Hi @iamhamzanasir ,
I believe you want to store the data in an SQL Database, then you would require to keep the column type of the table in SQL as varchar(max) to store data upto 2 GB.
Let us know if this is not helpful and maybe explain a bit more in detail as to what you would want to perform.