How to auto refresh a page in velo.

Hi,
I have created a dynamic page which opens when client logs in. This dynamic page has a button that links to another static page which shows fetched data using fetch API (from 3rd party crm). Everything is working fine but the only issue is that
fetched data is only be displayed on the page when refreshed manually. How to resolve this problem. Need some guidance. Thanks in advance.