Hello everyone,
My first post, so please bear with me if the solution seems straightforward. I'm navigating through Xano and WeWeb for a project I'm working on.
In my setup, I have two main tables: Users and Competitions. Within the Competitions table, there's an 'organiser' column that establishes a connection to the Users table.
So far, I've managed to implement the 'POST' API for adding new competitions, and it's functioning smoothly.
My question is: how can I query to fetch competitions that are specifically tied to the current user?
Appreciate any guidance on this. Many thanks in advance!
Sam