n8n Basics
Last updated
Last updated
Learn how to build an automation that publishes to 9 social platforms daily! This sample workflow shows grabbing a video from your Google Drive folder and publishing content to 9 platforms.
n8n template:
Sample google sheet:
Tips:
make sure your google drive folder is PUBLIC so that the n8n workflow can access it
if you need to recreate "Get Google Drive ID", use this syntax:
{{ $('Google Sheets').item.json['Image or Video URL'].match(//d/([^/]+)/i)[1] }}