I want to pass a large JSON string from a bot back to a Pega case. Is there a limit on the size of the string? If there is a limit, would the constraint be in the Robot Runtime or on the Platform side?
@Jarrett I am not sure of the limitation on the platform side, but I know there is (perhaps a later update has changed this, but I don’t see anything specifically related to it that would tell it has changed) a limitation in the length of data you can pass inside an automation. That limit is like 64k characters. After that, the data gets truncated. I am not positive of the exact amount, but it is something like that.