Forum Discussion

DiogoSousa's avatar
DiogoSousa
Iron Contributor
Nov 03, 2025

Declarative Agents - Outdated information

Hello and greetings from Portugal!

I'm trying to create my agent to gather latest information release dates, build version etc for M365 Apps.
As a knowledge source, I'm using the https://learn.microsoft.com/en-us/officeupdates/ website.

My issue is that I'm constantly getting outdated information.
For example if I ask for the latest version release for Current Channel I'm always getting:
Latest version = "2509 (Build 16827.20130)"
Release Date = October 10, 2025

When in fact the latest information I get from the website (https://learn.microsoft.com/en-us/officeupdates/current-channel) is:
Latest version = "2510 (Build 19328.20158)"

Release Date = October 30


Does anyone get similar results or know what I may be doing wrong?

 

Thanks in advance!

1 Reply

  • DavidJacob's avatar
    DavidJacob
    Copper Contributor

    Yes, that’s expected. Your agent’s pulling cached or indexed data, not the live Microsoft Docs page. Force a full re-fetch or disable data caching to get the latest version.

Resources