I have a list service with a where clause {"username":"test user 11"}; It is mapped to a list item named userlistItem and invoked on page load. It works.
I want to have text from an input box called "usernameinput" to replace "test user 11" in the service when I invoke it from a button named "list Userbutton". Screenshot
Do I have to load the textbox input to a local storage variable and map the storage variable to the where clause.
Any help would be appreciated.