Skip to main content
1-Visitor
January 14, 2019
Solved

Auto refresh mashup data on the hour, every hour.

  • January 14, 2019
  • 1 reply
  • 1760 views

Hi,

 

I would like to know how to refresh mashup data on the hour (E.g 1pm, 2pm, 3pm, etc), instead of refreshing after an hour once the page has loaded. I have tried using the Auto refresh widget and time selector widget but that sets the start time to when the page loads, not according to a set time. If anyone out there has tried this, and it worked for them, please let us know.

 

Thanks

Best answer by PaiChung

You could run a minute refresh timer on the mashup check the time and fire the refresh.

Or you could set up a scheduler to fire on the hour server side which then pushes a value based on the GetProperties push when value changes to the mashup and then fire based on mashup parameter changed event into a refresh

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
January 14, 2019

You could run a minute refresh timer on the mashup check the time and fire the refresh.

Or you could set up a scheduler to fire on the hour server side which then pushes a value based on the GetProperties push when value changes to the mashup and then fire based on mashup parameter changed event into a refresh

rjadran1-VisitorAuthor
1-Visitor
January 14, 2019

Thank you, Ill give both solutions a try and get back to you.