Hello everyone, I set up a template from Instagram images and videos to Telegram, I have a problem that it retrieves old Instagram posts instead of the latest uploads, Do you have any ideas where I can find this setting?
If you are running it on a schedule, say every hour, you can check if the timestamp of the media was in the last hour and continue (filter if timestamp > now - 60minutes).
2 Likes
Iād probably use the addMinutes function and add -60 (which technically subtracts minutes)
3 Likes