How to filter records from a data page list
I have a data page of list structure to fetch products via rest API.
I am able to run the data page and see the list of products in pxResults. Attached screenshot for reference.
Question: I want to create a UI where the user can put the brand (e.g. Apple) and fetch the records from this data page. How do I achieve this?
Thanks in advance.