hi I believe you need to implement refresh logic , some ways to do that are mentioned below
using this component https://www.outsystems.com/forge/component-overview/8460/autorefresh-reactive
add javascript unction myFunction() { setInterval('window.location.reload();', 3000); }
please refer to this post as well https://www.outsystems.com/forums/discussion/70786/how-to-auto-refresh-a-page-after-a-certain-time-may-be-15-30-60-sec/