JSON Output for Item 0 is undefined. Breaks the whole workflow

Hey guys,

I’m really new to all this automation stuff and have just finished building a workflow after following some a YouTube tutorial.

I was excited to finally test my workflow but I noticed now that everytime I have it input the data it scrapes into my spread sheet the first time “item 0” always results as “undefined” and it prevents the rest of the flow to work. Essentially the spreadsheets output updates 3 rows but the first one is blank which I think is the “undefined” value which then prevents the next node from doing its action.

This is happening at the "Download Video step.

Do any of you know why this is happening and how to fix it? Any help is appreciated. Thanks!


Hi there, you can do some If else condition with add one Node called If
Let’s see how close my suggestion is.

You can implement this to if node:

The logic is, if the videourl is blank, it will response with false condition. (You can ask here again if you want to learn about it)

2 Likes

Thanks for your help! This worked!

You’re welcome!
Thanks for mark my message as solution!

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