Last Edited By

Records the user who edited the item last.
Returns

Also available as a built-in property. This means it doesn't need to be added as a property for a formula to have access to it.

prop("Last Edited By")
=
🧔🏻‍♂️ Ben Smith 🧔🏻‍♂️ Ben Smith

As Last Edited By can only return one person, you can access the name and email functions directly on the property itself without needing to use first as well.

prop("Last Edited By")
    .name()
=
Ben Smith "Ben Smith"