Hello community!
I am having trouble figuring out how to reference the second to last value in a column using power automate.
The goal is that when a new Sharepoint form is submitted, which the results are submitted into a table in excel, the flow will select the second to last row for column Counter Email. The conditions that follow will tell it to select an email for the newest row in column Counter Email based on the previous value that was selected for the 2nd to last row.
@{last(outputs('List_rows_present_in_a_table')?['body/value'])} is what I have so far, but I do not know how to make it reference the 2nd to last row instead of just the last row. Can someone please edit that to make it reference the 2nd to last row in column "Counter Email"
Thank you,
Noah Strockbine