Searching By Auto Number Attribute in a list view

0
Is it possible to search by Auto Number Attribute in a list view? I'm getting the error message below and I am not sure how to proceed.    Note!! there is a data grid listening to this listview.    Argument #0 of function "contains" has an incompatible type (AutoNumber != [String, Integer, Long, Decimal]).   
asked
2 answers
4

Hi Miguel,

For your requirement, you can refer to my blog, there, I have e explained, How to achieve your requirement,

https://medium.com/@rishabh.shandilya/create-your-own-way-of-filter-by-npe-non-persistant-entity-and-microflow-4ffd11e52fb0

 

Let me know, if you face any issues,

Hope it helps!!

answered
0

Maybe you can try using a datagrid instead, seeing as your list view is set up in a grid-like way? A datagrid might offer more options with its search bar functionality.

answered