Hello,
I have a sheet with a STATUS column where "Complete" is one of the drop down menu values. When a user selects Complete, I want to store the current date, and the user who made the change in two columns I added to the sheet "Status Last Changed By" and "Status Last Changed Date"
I used an automation to populate the date column (yay!), but I don't know what variable or function to put in the workflow to pull in the user name or email. I tried many things (it's =[Modified:Modified] in the screenshot here) based on articles here and ChatGpt, but none of them work.