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
Can you check process variable size(i.e. number of items in the array) using the count() function? To make sure that elements are getting trimmed. Because I am not able to reproduce it.
How many elements can you see in your array variable? Mine was 101, I’m sure
ohk, so you have an array of CDT of two fields and there's 140 records which aren't being trimmed. That's interesting. What is the configuration of your Appian?