Properties

Last Edited By

Records the user who edit­ed the item last.

prop("Last Edited By")
=
🧔🏻‍♂️ 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