Array limit question. We have an array limit of 100 in our configuration file.

Array limit question. We have an array limit of 100 in our configuration file. However, I thought I remember that we could still join two arrays together and it would increase the number of values. I hope I did not dream this up. We are reading in from a database values and the number in the database is over 200 and the customer in this case does want to see this list in a drop down. I tried to also accomplish this with autoComplete. However, I am reaching some issues with that approach as well. I posted a comment for Eduardo on that issue.

Any ideas?...

OriginalPostID-119116

OriginalPostID-119116

  Discussion posts and replies are publicly visible

  • I have the solution from Appian professional services...
    If you have more data than your array limit, use a CDT, datastore and then query rule. You can pull more data using the query rule and place it in a PV of multiple. I am sure there are other limits eventually as well with this. I am not sure what they are. In this case, it will satisfy our need to pull more than 100 and less than 300 rows.