Is there a way when using List row present in Table to just show the last 6 rows in the Excel Spreadsheet?
Currently the table is showing every row on the spreadsheet and I just want the last 6.
Thank you,
Solved! Go to Solution.
Hi @Alnng0 you can try this.
Valor 1 |
Valor 2 |
Valor 3 |
Valor 4 |
Valor 5 |
Valor 6 |
Valor 7 |
Valor 8 |
Valor 9 |
Valor 10 |
For my example I use 2 compose the first one get the lenght of the rows in you excel table.
length(body('List_rows_present_in_a_table')?['value'])
Then in a second compose I sub the length minus 6
sub(outputs('Compose'),6)
So I get 4, then I consult again the excel rows from the same excel table but filtering 4 rows that was my last compose result.
And this is the result. A value starting in 5, so the last 6.
Proud to be a Flownaut!
@Alnng0 there's no way to show just the last 6 rows in the table.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Hi @Alnng0 you can try this.
Valor 1 |
Valor 2 |
Valor 3 |
Valor 4 |
Valor 5 |
Valor 6 |
Valor 7 |
Valor 8 |
Valor 9 |
Valor 10 |
For my example I use 2 compose the first one get the lenght of the rows in you excel table.
length(body('List_rows_present_in_a_table')?['value'])
Then in a second compose I sub the length minus 6
sub(outputs('Compose'),6)
So I get 4, then I consult again the excel rows from the same excel table but filtering 4 rows that was my last compose result.
And this is the result. A value starting in 5, so the last 6.
Proud to be a Flownaut!
Thanks this works!
@Alnng0 excellent please don't forget to mark as an answer to help others.
Proud to be a Flownaut!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
8 | |
2 | |
2 | |
1 | |
1 |