Announcements
Hello everyone,
I created a flow button in Power BI reports to take the filtered data and upload it to an excel.
However, I would like for the flow to loop through the data and upload it in order of the setter#
This is the flow
Hi @sophiatheresa74 ,
For this you can use a Sort function (Reference guide for expression functions - Azure Logic Apps | Microsoft Learn) in an expression for the input of the Apply to each loop:
sort( TriggerBody()['entity_Power...'], 'Setter#' )
Please replace entity_Power and Setter# with the identifier with the correct terms.
@BCBuizer I do not know how to implement this in my flow
Can you please share the trigger outputs from a flow run? With that I will be able to give you an exact expression and show you where to apply 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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 262 Super User 2026 Season 1
Haque 227
Expiscornovus 225 Most Valuable Professional