Hi everyone! i’m working on a scenario, and i need assistance with setting it up correctly. The goal is to start the scenario once a day by selecting 10 posts from a Google Drive folder to continue a daily workflow. Here are the specifics of my requirements and the challenges I’m facing:
- Scenario Goal:
- The scenario should run once a day.
- It should select exactly 10 posts from my Google Drive folder to continue with the rest of the automation.
- Google Drive File Structure:
- The Google Drive folder contains groups of 10 posts per article.
- Each group represents an article, and I need to select 1 post from each group.
- The files in each group are named in the format:
nameofarticle (1).jpg
,nameofarticle (2).jpg
, etc. - The process should loop through the folder from top to bottom, selecting 1 post per group.
Any tips, advice, or examples would be greatly appreciated!