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 / How to refresh an enti...
Power Pages
Unanswered

How to refresh an entity list periodically or by clicking a button in power Portal

(0) ShareShare
ReportReport
Posted on by 16

Hello Community

 

I have an entity list where the status column will get updated by a PA flow.

In the Portal Apps UI, I need a button upon clicking which the Entity List View will refresh to show the current data. OR I need a way to poll the entity list refresh around every 2 seconds.

 

How can this be achieved via Portal Management or Javascript?

Categories:
I have the same question (0)
  • OOlashyn Profile Picture
    3,498 Most Valuable Professional on at

    Hi @sss333 ,

    Unfortunately, there are no settings or JS that will allow you to refresh the entity list only. You would need to refresh the entire page to get the latest data. You can build a custom button with JS that will refresh the entire page but not sure will that fit you.

  • H V Profile Picture
    1,510 on at

    Hi @sss333 

     

    I'm totally agree with @OOlashyn answer. There is no possible way to refresh entity list using JS or any Settings.

     

    However, you can trigger the Ascending/Descending Table Header and refresh the Entity List.

    Go to your entity list --> Options tab --> Add below code in Custom JavaScript textbox.

    This will refresh the entity list every 10 seconds based on Asc/Desc of first field of Entity List.

     

    $(document).ready(function() {
    	setInterval(function(){ 
    		$(".view-grid th:first a:first").trigger("click");
    	}, 10000);
    });

     

     

    --------------------------
    If you like this post, give a Thumbs up. Where it solved your query, Mark as a Solution so it can help other people!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
sannavajjala87 Profile Picture

sannavajjala87 42 Super User 2026 Season 1

#2
Valantis Profile Picture

Valantis 31

#3
11manish Profile Picture

11manish 18

Last 30 days Overall leaderboard