I have a workflow in n8n

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.

Can you provide more context? Do you want users to be able to edit the workflow too? like other people?

I want to put a workflow in the background and I want to build an application for several users

What does this application do? you could use the build in data table tool for storing data and code nodes to hash any secure info.