How to implement search functionality in a list in vDesigner2.0?

I want to implement functionality just like what type and search element does in vFlow. I need this functionality in vDesigner 2.0.

@AnushkaGupta

  1. First, place an input field on your canvas where the user can enter a value for search.
  2. Next, create a Business Rule Expression (BRE) as follows:
  1. Map this BRE to the list properties under the “Apply Filter” property.
    Screenshot from 2024-07-25 16-03-11

  2. This BRE checks if the keyname entered by the user matches any keys in the list. If it does, only the matching data will be visible in the list.

  3. Finally, ensure the list reloads whenever the input field text changes.
    Screenshot from 2024-07-25 16-04-23

  4. Now, you can enter the value in the input field and get the desired data in the list as seen in below image: