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?
Discussion posts and replies are publicly visible
What do you want to do with this massive data set? There is a reason for why Appian has this limits.
Hi Stefan, is it possible to implement like a pickerfield approach for the choices?
Sure. Follow the custom picker field example and make sure to query the data inside the suggest function.
Thanks Stefan