ContributionsMost RecentMost LikesSolutionsRe: URL to manually refresh a connected tableThanks Matthew, I can confirm your solution works perfectly! I have implemented using the following formula URL button: "javascript:$.post('https://mydomain.quickbase.com/qb/sync/refreshTasks?replicationID=12345', function(){location.reload(true);}); void(0);" Re: URL to manually refresh a connected tableHi Matthew, Thanks for your reply. By inspecting the 'refresh data' element I get a replication-id=25948 The URL I construct is http://muif.quickbase.com/qb/sync/refreshTasks?replicationID=25948 The response is 'no such operation' Have I formed the URL incorrectly? Regards, Anthony.URL to manually refresh a connected tableIs anyone aware of method for non-admin to manually refresh a connected (gmail) table? I have a gmail connected table with minimum refresh time (one hour). Sometimes we are aware of an email from customer but have to wait up to an hour to sync to table before we can work on it - difficult to explain to a customer. The 'Refresh Data' button seems to only appear for admin, hoping there is a URL to trigger a refresh. Cheers, Anthony.