I am using AzureDevOps.GetQueryResultsV2 to load data from ADO query
But sometime it failed to load silently and gave blank rows.
Is there a way to do a force refresh? I can create a Refresh button and trigger it.
I am using AzureDevOps.GetQueryResultsV2 to load data from ADO query
But sometime it failed to load silently and gave blank rows.
Is there a way to do a force refresh? I can create a Refresh button and trigger it.
Could you please provide details how to do that?
GetQueryResultsV2 doesn't have any additional option.
You may create a button to send an http request with the below headers:
Cache-Control: no-cache
Cache-Control: no-store
WarrenBelz
146,695
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,015
Most Valuable Professional