I have a flow that needs to retrieve a specific Column value from the previous SharePoint List record. Using the following method takes 30 seconds currently and will probably take more time with the more records that are added to the list.

I'm currently using Get Items, with 'Order by - Created desc' and 'Top Count -1'

Is there a better\quicker way to obtain the values of the previous record?
Thank you
continue