the flow doesn’t run in the right order, and the chatbot doesn’t help. otherwise the ask AI output is taking out what’s expected so it should be able to write the sheet
Hey @matei256! 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, we actually changed how the platform works, so just dragging and connecting the edge doesn’t actually connect the input. You’ll see if you refresh your flow, that the edges aren’t there:
You now have to drag and drop badges for inputs to actually be connected
Hey @matei256 – That’s likely because no input badge was added to the connected node. Without a badge, it’s treated as having no connection. We decided to remove those lines to avoid confusion when badges aren’t present.
Thanks Wasay! we have some progress, but still not there. I got it to do the ask AI step successfully, but whenever I add a split text step and sheets writer afterwards the running order of the flow gets messed up again.
Do you know what I’d need to do so that I end up writing just the matched leagues to the corresponding team in the sheet?
Hey @matei256 – I would recommend using a Extract Data node here and enabling Extract List. That way you’d have structured list output for the team name and league name.