I have created a control that allows the users to introduce invoices. These are separated by pipes. I realized that after certain amount of invoices, the control stop adding characters. My question is, what is the maximum allowed?
I couldnt find a value so that I can consider it for the implementation or to inform users.
Hi @jgrueso,
Filter lists normally show up to 1,000 values before the list will be replaced by a search bar. I’ve attached an article below that includes further information.
Let me know if you have any additional questions or if this is the information you were looking for!
Thank you for the answer, I am speaking specifically about ‘Text field - Multiline’ and separated values by pipe. So the users will use this ‘search box’ to find invoices. Basically, I have a dataset parameter connected to this.
This is where I find that even when it allows to the user to introduce ‘a lot’ of invoices there is a point when the control block more characters. This is actually the limit that I am trying to identify.
Hi @jgrueso,
Sorry for the confusion! While I’m having trouble locating the exact limit in an AWS authored topic, I believe that the limitation is 255 characters for a text box.