Input Search in UI builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hey folks,
I have a requirement in ui builder, I have been working on it but got stuck.
Here is the requirement, in UI Builder I have made a "search input" component which is taking user input, based on user input all the incidents containing that string in short description needs to be populated in the form of cards(for this I have used repeater component, along with card based container and card based header).
Below are steps:
01. I have created a page having two components "search input" and "card based container".
Search Input is being used to get value from user, and card based container is being used to display the results from repeater component.
02. Using search input I am sending values to a client state parameter, which is being used in look up multiple records to fetch the results based on dynamic input.
Error- The problem which I am facing is when I use static value in the search input(or client state parameter) the results are populating as expected, though I want it to be dynamic. This can conclude that Search input is unable to fetch value from the user input/console.
Does anyone know how to fix this?