Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

HTML table

(0) ShareShare
ReportReport
Posted on by

I'm trying to create an HTML table from selected items in a SP list. The SP list has a "Master ID" column witch ties multiple rows together and a "ID" column which identifies different lines in the SP list. I want to have all entries with the same "Master ID" to be in the table in a descending order by "ID". Is there a way to do something like this? Thank you for the help.

  • Verified answer
    Expiscornovus Profile Picture
    31,758 Most Valuable Professional on at
    Re: HTML table

    Hi @kingy61422,

     

    Yes, in the Get Items you could use the ID from the trigger action in the filter query.

     

    MasterID eq '@{triggerOutputs()?['body/ID']}'

     

    reverseid_masterid02.png

  • kingy61422 Profile Picture
    on at
    Re: HTML table

    Thank you for the help. My flow is triggered when an item is created or modified. I want to filter using the "ID" from the created/modified item that is the "Master ID" in another SP list. Is there a way for me to filter using dynamic content?

  • Expiscornovus Profile Picture
    31,758 Most Valuable Professional on at
    Re: HTML table

    Hi @kingy61422,

     

    You could use a Get Items with a filter query on the Master ID column. After that you can sort the results in descending order with a reverse function. 

     

    Below is an example of that approach.

     

    reverse(body('Get_items')['value'])

     

    reverseid_masterid.png

     

     

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492