sonuku
Member
Hello,
I want to automate the process of generating images using OpenAI's DALL·E model and saving them to Google Drive every hour. I have a Google Sheet that contains image prompts in Column A, and I want the automation to:
I want to automate the process of generating images using OpenAI's DALL·E model and saving them to Google Drive every hour. I have a Google Sheet that contains image prompts in Column A, and I want the automation to:
- Pick the next unused prompt from the Google Sheet.
- Generate an image using OpenAI’s DALL·E API.
- Save the generated image in a specific Google Drive folder.
- Mark the prompt as "Used" in the sheet so it doesn't get repeated.
- Run this process automatically every hour.
Questions:
- How can I integrate this workflow using Pabbly Connect?
- What would be the best way to fetch a new prompt from Google Sheets and mark it as "Used" after processing?
- How do I handle OpenAI API integration within Pabbly to generate images?
- Is there a way to directly save images from OpenAI to Google Drive via Pabbly?