I’m having an issue with an automation in Make.com that downloads a Slack voice note and sends it to ChatGPT. It works fine in my original scenario, grabbing the latest message every time. However, when I clone or recreate the same scenario, it only pulls the first message. How can I fix this?
as you can see in image one it’s just returning the first messages I sent in the channel, but my other modules that work perfectly when a new voice message is sent has the exact same channel and module settings
You can set the “Limit” to a higher number, like 9999.
Polling Triggers: Epoch Panel & Selecting 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).
You can also select other old data to re-run your scenario with next using the “Choose manually” option. This will then show you a list of previous historical items you can select to process the next time the scenario is triggered.