The user wants to filter the customer list displayed on a screen by ‘Customer Name’. The customer list in the table should be dynamically updated according to each word entered in the search box.
Application Flow:
- Elements:
- Text Input → ID: txtCustomerName
- Table → ID: table1
- Button → Label: ‘Search’
- Action:
- The value entered in the txtCustomerName field is used to search the tableCustomerList table.
- An OnClick trigger is added to the Search button.
- Add Action:
- OnClick → Export → Search Table
- Parameters:
- Select a Table: table1
- Search Text