Hi guys,
Is there a new limit to how many rows can be stored in a process variable that is marked as multiple? I made a query that returned 146 elements and the length of the ac!variable is 146 but in the pv!variable there are only 101 elements. Everything after the 101st element seems to have gotten trimmed out.
Discussion posts and replies are publicly visible
Not necessarily an array, but even the Variables tab is not perfect in my experience - for example a plaintext value with a fairly long value (i.e. at least a thousand or so characters, just guestimating by memory), will eventually be truncated in what's displayed in the Variables tab (but the value itself is not actually truncated).
I would agree we should not rely on the variables tab explicitly, especially for larger values. I am assuming it will show that no truncation is occurring in this case however
Thanks Mike Schmitt and Chris that was insightful. The reason I felt certain that the entire variable was being truncated was that it was supposed to write to DB for the 124th element but it never did. I'm not quite sure why that happened because as suggested by you guys, when I see the variable, it does seem to have all the elements and not just the truncated 101 that the process history showed.