Uploading screen recording using Gdrive not working

Hey,

I’ve built a screen recording scraper using the video analyser node.

I have now tried attaching an interface and am trying to add a feature that alllows the user to specify which sheet they write to.

How do I go about incorporating this? I use the link passed from the input into the sheet reader node, however it says sheet not found. The column that people write to will remain the same - it’ll be called ‘brand’.

What’s the correct way to build this flow?

Workbook Link; https://www.gumloop.com/pipeline?workbook_id=xkbYsuK9KFyqtKqeqCz5wr

Hey @ZaidLyfe! 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 @ZaidLyfe – So the way the sheet reader/writer node works is that you’ll need to add a link to the sheet or upload the file first—just once—so it can read the schema and show the available sheet names and columns. Without that initial read, it can’t really pull anything.

Once that’s done, you’re good to go and can dynamically populate the link.

Let me know if that makes sense and works for you!

Hey @Wasay-Gumloop, would you be able to share an example/edit with me to show the correct flow? Thanks!