Refresh period of views

Hi there!One question regarding the up-to-dateness of views: I’m saving a document from a web-app. On WebQuerySave-event the document is updated and saved again. After that, another agent is launched (agent.run). The other agent should access the changes made to the document (i.e. a date). To do this, I created a view w/ the first col sorted descending by modification-date. But the view’s index seems to be out-of-date, for the log-outputs tell me that the document is considered as unchanged :frowning:

I tried a view.refresh before launching the 2nd agent, but w/out effect.

Can I do something to force the view to display fresh changes?

TIA,

Buzzy