Skip to main content
June 8, 2023
Question

User Filter with more than 5000 rows

  • June 8, 2023
  • 4 replies
  • 0 views

I am using expression to configure a user filter for my record. The expected result for the choices is more than 5000 but the record batch size has a max limit of 5000.  Is there a workaround?

4 replies

stefanhelzle0001
Brainy
June 8, 2023

What do you want to do with this massive data set? There is a reason for why Appian has this limits.

vernonpAuthor
June 8, 2023

Hi Stefan, is it possible to implement like a pickerfield  approach for the choices? 

stefanhelzle0001
Brainy
June 8, 2023

Sure. Follow the custom picker field example and make sure to query the data inside the suggest function.