How a trigger reads all data (All) each time

I’m planning to fire a polling trigger every 1 hour, but I want the trigger to get all the data each time. In other words, I want the ALL option in “choose where to start” to be fixed when firing “run once”. The reason is that I don’t have a module to read new comments from Instagram, so I want to choose to read all the posts. But when I select the ALL option in “choose where to start”, it seems that this only applies to “Run once”. Is there any way to do this?

Sorry for my poor English.

Hello @ejae0002,

In this situation, you would probably need to use another module or Make an API call to get the records you need. Use the Scenario Scheduling to make it run as often as you need.
List Media or Get Media might work, or maybe both.

3 Likes