web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Delay in CRUD WebApi f...
Power Pages
Answered

Delay in CRUD WebApi for Power Pages

(0) ShareShare
ReportReport
Posted on by 2,527 Super User 2026 Season 1

Hello everyone,

 

I know for now that the caching takes some time that's why I cannot use FetchXML or rely on the portal itself to be able for realtime data manipulation. Therefore I implemented the CRUD WebApi in hope that it works in realtime.

In my tests I still have a delay of around 20 seconds, leading to the problem that if an item is sold out the Api tells the client it's still available.

 

Does anyone know how I can make a power page truly connected to dataverse in realtime.

Goal is that if 2 people press the purchase button on the same time, only one of the requests should be able to go through. 

Categories:
I have the same question (0)
  • Verified answer
    oliver.rodrigues Profile Picture
    9,425 Most Valuable Professional on at

    Hello, did you try the "date" trick that I mentioned on a previous post?

    I have an old article on Caching, but some elements are still relevant:

    http://oliverrodrigues365.com/2020/07/27/power-apps-portals-caching-tips/


    What I do for every retrieve that I want to make sure to bypass the cache, I include a "name != datetime.now" so the query is always different.

    for example:

    url: "/_api/<table>?$select=<columns>&$filter=<appIdColumn> eq " + applicationId + " and <nameColumn> ne '" + Date.now() + "'",

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 17 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 12

#2
CN-06091549-0 Profile Picture

CN-06091549-0 12

Last 30 days Overall leaderboard