Complete guide: Redirect users to the page they were before signing up/signing in + onboarding use case

Hi Kristin,

This is possible yes.

For Airtable: If you have a magic link field (here it would be named “Magic link”) then you can create this formula field to take the user to a specific page (not the homepage).

{Magic link}&'&next-page=/onboarding-page'

For SmartSuite:
CONCAT([Magic link], "&next-page=/onboarding-page")

1 Like