Hello everyone,
I have a workflow in n8n that works well, but I want to make it usable by multiple users at the same time. I’m facing issues with user identification, data separation, and permissions inside the workflow.
What is the best way to design a multi-user workflow in n8n (for example using user IDs, webhooks, or a database like Supabase)?
Any guidance or examples would be really helpful. Thank you.