Duplicate: Fails even though input was provided

I’m running a web scraping loop that updates data into a Supabase table.

I don’t understand why this is erroring when I’ve linked the node with a default value.

CONNECTION:

  1. Input Node, Default Value: “CA”
  2. Connects to a “DUPLICATE” Node, so that I can insert into my Supabase table which expects a list. So it transforms it to [“CA”]
  3. Should insert into the “clinic_country” column of the table.

Error:
Duplicate Failed!
Input1 is the item that you want to duplicate, this must be present for the node to run!

When I try to resume from a different node, I get an alternative error:

Automation Failed!

‘Supabase Table Writer’ node could not be run! Missing input ‘clinic_country’, did not receive a value. Please double check your node connections.

Loop
https://www.gumloop.com/pipeline?workbook_id=u3rDUELqEkv6GxFtx3LWQr

I tried re-creating the node, and reconnecting the connections, and getting the 2nd error constantly.

Hey @shawnbuilds! 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

Can you send a link to the automation run that failed instead of just the workbook link? You might want to just running the automation from scratch and not just resuming also – here is an example where it worked for me (i deleted your downstream nodes for testing)

https://gumloop.com/pipeline?workbook_id=u3rDUELqEkv6GxFtx3LWQr&run_id=jdUzzi6ycQsUyDiYQ4evir

Thanks, restarting from scratch and recreating the nodes seems to work!

I think that when are 2 different “pathways” the “resume” button can’t see the updated inputs.

1 Like

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