Hi @trice602 ,
I don't think that would be the best approach or how to achieve it that way.
The interface is set up for the user to enter the information on a SharePoint list, based on what information is entered and saved.
Basically various user work on a specific record that is entered on SharePoint list (ID85 in the example) when all users have finished the record will be closed with one specific column containing an outcome WOK = Level 1.
When a new item is created (which could be month later) the 'Get items' is triggered on the back of 'When an item is created' and would filter all entries based on the filter query rule which would include also the latest entry ID90.
I then need to update the latest entry (ID90 of the When an item is created) with the information contained in the outcome of the record entered months behind.
In the example below ID90 is the latest record created and retreived from the 'Get items', the next step in the flow would be update ID90 with the information contained in ID85, and update it with the value contained in WOK which is Level 1
Basically this would be the second last item retrieved.

Hope this makes more sense to what I am trying to achieve.
Thanks