My workflow is running successfully but I still want to see the logs for each component in my workflow, but the log file only shows some of my nodes. Previously I was able to see logs on all nodes, but it is now somehow limited. Gummie told me to find a run report in the top right hand corner but I don’t see that. Previously I had no problems seeing log files for all components, is there some configuration or setup that needs to be applied to my account.
Hey @apiparo! 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.
Hey @apiparo – I can see all the logs from the run log—made a quick Loom to walk through it. Is this what you were looking for? If not, could you elaborate a bit or share screenshots?
Thanks for the Loom. I simplified my flow so that i could try and isolate the issue, but I am still unable to see all the nodes in the workflow. I recorded a loom Troubleshooting Flow Issues 🔍 | Loom
I am wondering if the flow just didn’t get to all the components, but it is only showing the first 10 nodes or so before I try and combine paths from my if-else. Any node from that step or beyond is not shown in the log. I am wondering if it’s a problem with my actual flow or if it’s just not showing in the logs.
So in your flow, you’ve got two branches running through the IF-ELSE, but ultimately both are feeding into a ‘Combine List’ node. That node can’t run until both inputs are present, which is why you’re only seeing logs up until that point.
That loom was super helpful. I did try and build it out on my own just so I could try and learn. I think I am really close. My subflow runs on it’s own when I just run 1 default set of inputs. I tried to connect the subflow to my main workflow but am getting an error about a duplicate node and my email passing in 8 records and the website scrape only 1 so I guess it’s a mismatch.
Ah, I didn’t realize this during my Loom, but the reason why this setup fails is because we’re passing in data from two sources that don’t match — just like you identified. We have a detailed guide that explains why this happens here.
Luckily, the fix is simple. We just need to move the URL creation and IF-ELSE logic into the same subflow. For example, see: