Process variable size limit is 101?

Certified Senior Developer

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

Parents
  • 0
    Certified Associate Developer

    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.

  • 0
    Certified Senior Developer
    in reply to Yogi Patel

    How many elements can you see in your array variable? Mine was 101, I’m sure

  • 0
    Certified Associate Developer
    in reply to saurabhrajnala
    I tested for 140 records and was able to see all 140 records in the process details.
  • 0
    Certified Senior Developer
    in reply to Yogi Patel

    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?

Reply
  • 0
    Certified Senior Developer
    in reply to Yogi Patel

    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?

Children
No Data