Check our pages dedicated to Scheduling
and Triggering flows.
States
A state is an object stored as a resource of the resource type
state
which is meant to persist across distinct executions of the same script.Schedules
Scheduling allows you to define schedules for Scripts and Flows,
automatically running them at set frequencies.
For loops
Iterate a series of tasks.
Think of this as someone who checks the mailbox every day. If there is a new
letter, they will continue to process it - open and read it - and if there is no
new letter, they won’t do anything.The key part is that opened letters are not placed back in the mailbox. In
getOperate, a Trigger Script has the job to keep track of what’s processed and
what’s not.
This flow can be found on getOperate Hub.Examples of trigger scripts include:
- Trigger every time a new item text on HackerNews match at least one mention
- Notify of new Github repo stars
- Check new uploaded files on Google Drive
Code below:
Code below:
You can find this exact Trigger Script on getOperate Hub, or many more examples here.