Google drive links into airtable

Hi everyone, i am trying to make a workflow that looks in a folder in my google drive, finds the video files in that folder, goes through one by one and takes the links as well as the titles, puts the links into the “Video Link (Gdrive)” column, the titles in the “Video Name” and “Details/Captions” , and sets the status as “Start Upload”. I have been trying to do this for a while now and I can’t seem to figure it out even using ai guidance. If anyone could help me that would be great. My issue is that it goes through the first two things, but it doesn’t reach the third node which would put all the data into airtable.

hey @H123084 welcome to n8n community.

try this way

  1. get all video items in folder
  2. make then separate json object(using code node)
  3. loop through each item and insert one by one into airtable

Could you please guide me through what to do to make this work? I am not that experienced with n8n.

How do I do step 1 i think that is what I am having the hardest time with. I asked chatGPT and it keeps saying that I have to use the list google drive node to do this but I don’t have that node

here is how you do it:

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