Like if input=“xyz” then goes to branch “true” else goes to branch “false”. Right now it passes the information, but I don’t need that. I just want to route the flow.
I ask the Gummie agent and it recommended to use Ask AI instead, which I don’t find very efficient solution for this simple case.
Hey @kevinlg! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
It would work, but I’m already in a flow with many subflows, so it’s a bit convoluted.
I added more nodes to show what I’m trying to achieve. I would like to read one Google Docs IF the input has a specific value and Else read another doc.
Unfortunately, with the current IF-Else node, it’s passing the value “xyz” as the file link, while I would like to indicate it myself.
You don’t necessarily have to use the output from the IF-ELSE as the input to the doc reader. For eg: In the example I shared above, the IF-ELSE only indicates what branch (ie. subflow) to go to and within that subflow you can have a doc that reads the specific link.