Search Bar

The search bar makes it simple to use the user-inputted value in interactions. The input value is stored as a string in the Event Payload. For an example, see Create a filter.

Click button to search: Users can always initiate a search by pressing the Enter key. With this toggle activated, they will also have the option to initiate the search by clicking the search button. If this toggle is deactivated, the button will be both disabled and hidden.
Search: Triggered when a user clicks the search button.
- The inputted value is stored as a string in the Event Payload. You’ll be able to access it using
${event.value}
Last modified 2mo ago