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

Community site session details

Session Id : 5Vv+u7e2JpH0RSEpLvvvx9
Power Pages - Power Apps Portals
Answered

how add a new button in entity list

Like (0) ShareShare
ReportReport
Posted on 15 Aug 2020 13:52:16 by 62

Hi All,

 

I have a Entity List, on that i need to add a custom button beside of Create button and redirect to a link.

Please suggest. Thank you.

 

  • oliver.rodrigues Profile Picture
    9,342 Most Valuable Professional on 04 Apr 2022 at 20:31:14
    Re: how add a new button in entity list

    Hi @yabela 

    For triggering Power Automate flows you can take a look at this article: How to Trigger Power Automate Flow from Power Apps Portals (alphabold.com)

    You can add links to your list in many different ways, one example you can find here: http://oliverrodrigues365.com/2020/05/24/power-apps-portals-generate-and-download-word-document-from-an-entity-list/

    This seems to be an old thread, if you need any more info, I would recommend creating a new thread in the forum

     

    thanks

    oliver 

  • yabela Profile Picture
    53 on 04 Apr 2022 at 14:32:41
    Re: how add a new button in entity list

    What if you need to add a custom button within the grid (i.e. it shows for each record not next to the Create button at the top of the list) that when clicked, it calls a Power Automate Flow and passes the record's ID? Any ideas?

  • oliver.rodrigues Profile Picture
    9,342 Most Valuable Professional on 19 Jul 2021 at 07:57:44
    Re: how add a new button in entity list

    Hi @Multiz there is no OOB function for that, at least not for regular records from OOB entities or custom entities

     

    there are a few ways to implement this:

     

     

  • Multiz Profile Picture
    16 on 18 Jul 2021 at 21:06:27
    Re: how add a new button in entity list

    @OliverRodrigues 

    Is it possible to have "like" button in the grid and make it "count the likes" from users  ?

     

  • oliver.rodrigues Profile Picture
    9,342 Most Valuable Professional on 19 Aug 2020 at 13:11:43
    Re: how add a new button in entity list

    I am glad to help 😉 😉 😉

  • SuneelReddy Profile Picture
    62 on 19 Aug 2020 at 13:06:41
    Re: how add a new button in entity list

    Thank you @OliverRodrigues. You helped me so many times.

  • Verified answer
    oliver.rodrigues Profile Picture
    9,342 Most Valuable Professional on 15 Aug 2020 at 15:52:32
    Re: how add a new button in entity list

    Hi @SunilR 

     

    You can achieve that by adding a JavaScript code into your Web Page

     

    First you have to define your button, in the below example I am created the variable myCustomButton and kind of copying what the create button looks like, you can always change colors, or do anything here.

    Finally you need to append (to show after) or prepend (to show before) the create button:

     

     

    $(document).ready(function(){
    
     CreateCustomButton();
    });
    
    CreateCustomButton = function(){
     var myCustomButton = '<div class="input-group pull-left"><a href="http://bing.com" class="btn btn-primary pull-right action" title="My Link">My Link</a></div>';
     $(".toolbar-actions").append(myCustomButton);
     $(".toolbar-actions").prepend(myCustomButton);
    };

     

     

    custombutton.PNG

     

    hope this helps


    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 2

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 2

#3
surya narayanan Profile Picture

surya narayanan 35