I have a powerapp that currently passses the record ID and other variables to a flow when a button is clicked. It works fine.
I had a request today, that needs me to add another call to a flow when that same button is clicked.
When the second flow runs, the Record ID that is passed is the next record in Sharepoint list, not the record ID that appears in my PowerApp.
For example, I want to approve record ID 17. First flow is passed 17. Second flow is passed 18, it needs to be 17.
Here's the OnSelect statement

Here's the flow:

