Showing only specific items from a Xano list based on previously defined variables

I have this database on Xano which I linked to WeWeb through a collection. On a previous page I will classify my user into various tariffs (A&E, Legal & Tax and Real Estate), this will be stored as a variable on WeWeb.

On the following page I want to show specific questions based on the tariff that my prospects are in. Below you can see the way I structured my Xano database. The column on the right is the tariffs (same syntax as the way the variables are defined) and the icon and text columns are the required input fields for my list.


i

Hey,

You need an endpoint that is responsible for searching filtered items.

You can either have a general endpoint that takes parameters such as tariff, activity etc and then do a ‘Query All Records’ to filter your items.

Or you can simply have a GET /items endpoint that first takes the information from your user in the database and then does the same ‘Query All Records’