I’m working on creating a workflow that seems straightforward but has proven challenging. My goal is to:
- -Start with a Google Drive folder containing only pictures.
- -Use GPT-4 to analyze these pictures and generate captions suitable for Instagram.
- -Combine each picture with its corresponding caption and upload them to Instagram for Business and Facebook.
I’ve tried various methods so far:
Using the “Watch Files” module in Google Drive to obtain shared links.
Employing tools to modify the URL to a static one.
( {{substring(9.shareLink; indexOf(9.shareLink; “/d/”) + 3; indexOf(9.shareLink; “/view”))}}
Despite my efforts, nothing has worked, and I’m feeling quite frustrated. I would greatly appreciate any guidance or suggestions on how to achieve this workflow.
Thank you in advance for your help!