I’m wondering if it’s even possible to use data from previous nodes to feed into subsequent flows. Specifically, I’m trying to pass the output of one flow as input for the next to link them together seamlessly.
As an example, imagine:
• Node A: Processes and outputs a table of records.
• Node B: Is designed to take one record from that table and perform further actions (like updating a record in Supabase or generating additional content).
My questions are:
Is it possible in Gum Loop to pass data from Node A to Node B in such a way that I can select or filter a specific row from the output?
How can I define or reference a specific row when passing data along to a subflow, especially considering my backend is Supabase?
Any clear examples or documentation pointers on how to achieve this would be greatly appreciated. Thanks in advance for your help!
Hey @Delanorei - Passing data from one node to another is definitely possible that’s how the workflows are executed.
Can you share your workbook or run link so I can answer question #2? You can find the run link on the history page - please make sure to set the access to ‘anyone with the link can view’.
I’d also recommend going over some of the Gumloop introduction videos below so you can get a better idea of how to connect data between nodes:
Thanks for your answer.
I understand how to connect subflows.
I’d like to filter for a specific row on the database, so the request is linked to a specific UUID.