Good afternoon.
Greetings.
I'm currently building a workflow in Power Automate. Where it starts when you create an item in a SharePoint list:
An approval process then begins in which the element can be modified:
With the Power Automate element "Get changes for an item or file (properties only)" I check in the workflow if the information contained in the list record fields has changed:

With the element "Send an HTTP request to SharePoint" I make a query with the parameter _api/web/lists/GetByTitle('list')/items('id')/versions?$filter=VersionLabel eq '2.0'.

And with the "Send mail V2" option an email is sent:

In this process I have 2 main doubts:
- In the "Send an HTTP request to SharePoint" option, how could I grab the latest version of the list item from SharePoint? I'm using _api/web/lists/GetByTitle('list')/items('id')/versions?$filter=VersionLabel eq '2.0', but it only takes the second version of the list item.
- I have not found which parameters to use in the "Send mail V2" option that reference the latest version of the list item referenced by the "Send an HTTP request to SharePoint" option.
I hope you can help me.
Thank you so much.
Cordially,
Jairo Baleta.