Turn off Auto Refresh for Repeating Group

Currently I have a repeating group that pulls information when page is loaded. It refreshes automatically as data is changed on another page. Is there a way to turn this auto refresh off?

You can try adding the “:make static” property at the end of your data source expression.

Thank you!!!