Query on tabs collection

Happ Saturday everyone!

Quick questions since I’ve been stuck on this for quite some time now.

I’m using this Tabs element, and I basically have 1 collection “All Users”. The tabs is divided depending on the status of the user.

Now, I want to make sure that my url is selectedTab=active using query variable. The reason is that I want the user to see this, and I also want to use the status of the user to refetch the collection with this as a filter. Its a paginated collection.

I think I have most pieces in place, but I just dont know how to progress with the query. Should I use a workflow on each tab to accomplish this, what would be the steps?

What backend? I think you want to change a variable on Tab click, and then concatenate that to your Xano request, or filter your supabase collection based on that.

Xano backend.