Hi Everyone
i Have 2 Workflows which are responsible to create information and save in a supabase database, this is like a “Create with AI” Button
user types the initial information about what he wants to create, AI Flow contextualize it and ask user for confirmation and uppon confirmation this flows triggers another one, using a AI Agent tool, to save the new record i the Database
All working ok.
but recently i have flipped applicatio to be multi user, so now i also need to save the user_id at the database, and my challenge is how i pass on the user_id for the next workflow, if i dont even add it into the AI.
i have the user_id arriving in the flow separated from the chat message.
the trigger is a chat message in a website, from where the Agent AI interact with user until the process is defined and AI create it.
i want to find a way to send my User_id variable to the next workflow, or maybe save it in a temporary location which i can retrieve in the next workflow and use to save it into the supabase.
Version : 1.111.0
below is flow 1 and 2, flow 2 is called by Call Create Job a tool from AI.

