Hi @AB1
If you want refresh gallery in outside, follow this these steps:
1.Add Timer Outside gallery and Refresh your gallery items DataSource.
2.Select the OnTimerEnd property for the timer. In the formula bar, type: Refresh(DataSource) and replace
3.YourDataSource with your actual data source name.
4.In the Timer properties panel, toggle the Repeat and Auto start properties on.
5.Toggle the Auto pause property off.
6.Set the Duration to 300000 (5 minutes in milliseconds).
Refer this blog.
Thanks!
If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.