Question
3
Replies
63
Views
Posted: October 30, 2019
Last activity: November 5, 2019
Closed
String variables get truncated in automations?
I'm passing a base64 code through a variable and its getting truncated.
But when I tried it with a script, the string value is not getting truncated inside the script.
Is there a size limit for Openspan string variables? If there is can we change it?
There is a string variable limit. It is long, but clearly you've hit it. I believe the limit also exists in simply propagating data within an automation. When dealing with data that long, you'll have to do it entirely within a script. I am not sure of the exact limit, but if you are already hitting it, then you'll need to handle the string entirely inside the script, or create a component to handle that data.