Need urgent help with my project

I need to create a section of an app that goes to another page based on a variable where the data is stored in the airtable database. Eg. Level based so level 5 goes to one page level 6 goes to another.

1 Like

Create a variable in your screen and read the data from the table to the variable and then compare the value in an if condition block. See example

image