Loading a tab other than tab 1 on page load

Hello team,

I’m building an online marketplace.

Under my Settings page, I have this tabbed content.

On another page, basically a page that lets seller list their products, I have a workflow that if the user does not have a Stripe account, it changes page to “Settings”.

However, I want it to load straight to my Payment settings tab, rather than the default Profile tab on page load.

How would I set this up?

On page load use a global variable and change it based on your conditions. Use them the true/false split. If the variable is true then change the tab variable to X and if false change the tab variable to Y. Let me know if you have any additional questions. Happy to send over a loom.

Ah yes, got it, thank you!