Show items in Data Viewer List based on user input (Buttons etc)

Hi all,

I have an app that has a data viewer list that is connected to an airtable. This list has for example courses by venue, course content, price, location, etc. I would like to put some user input for example a slider for price, or a slider for distance from my location and then only show the items in the data viewer list that are applicable to the input provided. The type of input i expect as mentioned is a slider for distance from my location, days the courses are on (So multi-selection), price slider.

thanks in advance.

1 Like

See this demo
https://x.thunkable.com/projectPage/6182dddab8ae1a001142ac60

It will help you to show the required results based on a section.

Hi this only seems to work on the first field table
If I change the filter to use another field from the airtable it does not return anything. The example i am trying is for restaurants

1 Like

When you change the filter you need to make sure you are comparing it to the correct column in the DVL (Date Viewer List) so that it gives the expected results.

The code now compares the selected item from the drop down list to the Title column in the DVL. Does the Title column contains the Deal Category?

Hi,

No the item is not in the title column. How do i amend so that i can compare to other columns?

1 Like

image

Change the column in the IF CONDITION to the one that contains the correct info.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.