I have a solution in NAV 2013 where i Create a request body in JSON format for a POST request. In the solution i store all the body text into a Text variable.
Now i have to implement the same solution in NAV 2009 R2 Classic version, but here the Text variable can store only 1024 characters. I have tried using String Automation variable from mscorlib.dll but it didn't work as well.
Do we have any other way to achieve this?
Thanks in advance