Flow stopped running to the final custom node.
It think the flow is successful, there are no errors.
Gummie doesn’t see anything wrong and is not helpful.
Updated each node. Currently at a loss.
Flow stopped running to the final custom node.
It think the flow is successful, there are no errors.
Gummie doesn’t see anything wrong and is not helpful.
Updated each node. Currently at a loss.
Hey @cvgrubbs ! The issue you’re seeing happens because your Google Maps node isn’t returning any data. Even though the flow shows as “successful,” the downstream nodes never receive the information they need.
Your Google Maps Business Finder node outputs empty data.
Because of that, the two Ask-AI nodes connected to it also receive nothing and don’t execute.
Your final custom node requires inputs from all connected nodes, so if even one provides no output, it won’t run.
The flow shows as “successful” because your Google Maps node is wrapped inside an error shield, which prevents the run from throwing visible errors.
Open each Google Maps node and click Edit.
Use Test inside the editor to see the raw output.
If it’s empty, Gummie will adjust the configuration and fix the issue (you can also prompt it for any changes/ improvements).
After Gummie updates it, test again.
Once it returns valid results, save the node and re-run your flow.
Once the Google Maps node outputs real data, the downstream Ask-AI nodes will run, and your final custom node will fire as expected.
Hope this helps! Let me know if you still run into any errors
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.