Set signup/login redirect by condition (Airtable source)

Hi,

Is there a way for me to specify what screen a user gets redirected to when they sign up or login?

Can I specify this further by reviewing conditions in a user record like:

Example:

User A is on a free plan. When they sign up redirect them to the pricing page, when they login redirect them to the price plan

User B is on a paid plan. When they login, redirect them to the overview page.

The condition would sit inside of Airtable.

You should be able to do that with tab visibility conditions, as long as the column to store whether the user is “Free” or “Paid” sits in your user profiles table. Glide will “redirect” your user to whatever tab is first on the list of visible tabs for that user.

1 Like