You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if the http binding could expose the datetime of when it last fetched whatever URL it is configured to fetch.
Today, if you have a few items based on data using this binding, it's impossible to tell if the information is stale or not. If there was a "last run/fetched" channel, we could check the timestamp.
The text was updated successfully, but these errors were encountered:
I guess technically, the timestamp isn't related to each item but instead to the thing itself, but I can make it work this way. I'll give it a go at least!
It would be awesome if the http binding could expose the datetime of when it last fetched whatever URL it is configured to fetch.
Today, if you have a few items based on data using this binding, it's impossible to tell if the information is stale or not. If there was a "last run/fetched" channel, we could check the timestamp.
The text was updated successfully, but these errors were encountered: