Hi,
Please, i need always update the last line in an Excel when i press the button of the flow.
Thanks!
Best regards.
Solved! Go to Solution.
Hi @Haufe ,
Do you want to update the last row in an Excel table every time you press a button?
Please check the following flow for a reference.
Add the button trigger.
Add action List rows present in a table.
Add action Update a row, select the Key column from the dropdown, then in the Key value field, input the following code:
last(body('List_rows_present_in_a_table')?['value'])?['Subject']
Then update the Start date with function utcnow(‘yyyy-MM-dd’).
Best regards,
Mabel
Hi @Haufe ,
Do you want to update the last row in an Excel table every time you press a button?
Please check the following flow for a reference.
Add the button trigger.
Add action List rows present in a table.
Add action Update a row, select the Key column from the dropdown, then in the Key value field, input the following code:
last(body('List_rows_present_in_a_table')?['value'])?['Subject']
Then update the Start date with function utcnow(‘yyyy-MM-dd’).
Best regards,
Mabel
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 |
---|---|
12 | |
11 | |
9 | |
9 | |
6 |
User | Count |
---|---|
26 | |
20 | |
12 | |
10 | |
7 |