My Question:
How can I build a trigger in n8n that checks the planning and starts the workflow only if a topic is scheduled for today?
I want to automate my newsletter based on a planning schedule stored in a Google Sheet. The newsletter consists of sections and each one contains diff topics scheduled...
How the Automation Should Work:
- Every day, the workflow should read the schedule.
- If a topic is planned for today’s date, proceed with the automation.
- If no topic is planned, stop the workflow.
Any guidance or examples would be greatly appreciated!