Hey @Donna! 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.
I’m assuming you’ve already figured out the part where you pick an item from a Google Sheet. If you have the file name available, you can build a Google Drive MCP node that takes the file name as input dynamically and outputs the file URL from that folder.
I built a custom node that does this and shared it with you for reference, you can customize it further if needed. Once you have the URL from the Google Drive MCP node, you can use it in the next nodes (like for image analysis).
I already shared the Google Drive MCP node with you. If you go to your Node Library and search for “Google Drive File URL Finder”, you should be able to find it.
When I was building the node, I used this prompt:
“Given a file name and a folder URL, output the corresponding file URL from that folder.”
Awesome! If you hover over the MCP/custom nodes you’ve built, you’ll see a share option to easily send them to others. And yeah, a page for interesting custom nodes could be really cool, appreciate the idea!
You can solve this easily. Once the Google Drive custom node outputs the file link, pass that into a Google Drive File Reader, and then connect it to an Analyze Image node. Just make sure that in the Analyze Image node, instead of using the link input, you switch to the file input — you can do this by hovering over the node, clicking Configure inputs, and selecting the file option. Once you make these changes you should be all set.
It works … you are the best !
(I ran in such problems a lot since I used Gumloop. You should do a very clean write up on how to use Google drive and folder/file reader and writer)
Hey Donna, glad that solved it! Also, we have documentation covering all the available nodes here: docs.gumloop.com. If you run into any other issues or edge cases, let us know and we’ll be happy to help.