Flow in wrong order

hi there,

https://www.gumloop.com/pipeline?workbook_id=9yG3XsBG8C167Y9ubdxw3Z&run_id=QV65RiEuTB3K6Wyf5dZG3X

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.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

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

Read here for more information as well:

hi there,

I’m still stuck here. both the video and gummie were not able to help with the specifics here.

the flow still doesn’t get executed in the right order.

this is the most recent version https://www.gumloop.com/pipeline?workbook_id=9yG3XsBG8C167Y9ubdxw3Z

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.

Let me know if this makes sense and works for you :slightly_smiling_face:

https://www.gumloop.com/pipeline?workbook_id=9yG3XsBG8C167Y9ubdxw3Z

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.

You can then connect this data to the Google Sheet Writer node. Let me know if this makes sense and works for you.

would that be instead of the ask ai node or after it?

It would just be the Extract Data node → Google Sheet Writer node. Here’s an example: https://www.gumloop.com/pipeline?workbook_id=dthCiSMZQ4XSfKe5CtHNBX&tutorial=true&guided_tutorial_id=web_scraping

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.