What are you trying to achieve?
I can’t see the drop down information for some reason.
ps I’m new to Make. Any help will be greatly appreciated!
I can’t see the drop down information for some reason.
ps I’m new to Make. Any help will be greatly appreciated!
You are using a polling trigger you can read about it from MAKE or read more here
" Polling triggers
Polling triggers are designed to regularly poll a given service whether there has been a change since their previous run. So you will typically schedule a scenario containing a polling trigger module to run periodically by selecting for example At regular intervals option from the Schedule setting panel. If there is a change the trigger will return bundles containing information about the change. If there is no change the trigger will output no bundles.
Polling triggers allow you to select the first bundle they should output via the epoch panel. The panel is displayed automatically after you save a trigger or when you make a substantial change in the trigger settings. You can also display the panel by right-clicking the module and choosing “Choose where to start” from the context menu.
You need to choose when to search from right clicking on it
then set then choose where to start if you need to get data choose all
This is because the module is a POLLING trigger, and not an INSTANT (Webhook) trigger.
There are two main types of triggers, Polling (scheduled), and Instant (webhooks). Polling triggers can only run on a schedule. Instant triggers can be run as soon as data is received by the webhook.
Polling means Make checks external service for changes (pull changes to Make).
Webhook (instant) triggers means external service calls Make when there are new changes (push changes to Make).
The module you are using does not push changes — it’s basically a API request that Make has to occasionally “call” to fetch the latest changes/items.
When there is no new data, this is called a “check run” – where no output is generated.
If you want to rerun on older data,
Go to the Epoch Panel, by right-clicking on the trigger module (polling triggers only), and select “Choose where to start” from the list of options in the context menu.
If you select “From now on”, the next time the scenario runs it will only return new data (or nothing if there is no new data).
For more information, see
To find out more on the different types of Trigger modules, see refer to Types of Modules and Webhooks sections of the Make help center.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!