Forum Discussion
dom_donald
Jun 29, 2020Copper Contributor
SharePoint Online - Email Current User after specific Column change
Hi there,
I'm reasonably new to SharePoint Online. I haven't got into creating Flows yet.
I'd like to send an email to the current user when the current user changes the value of a status column in the list (as a reminder to do some follow-up activities).
I can find a few examples of how to create a flow to send an email upon a column change, but the email address is always hardcoded, or taken from a list column (e.g. "AssignedTo". I want to email the person who made the change.
Any help appreciated.
cheers,
Dom
You can use Modified by column for getting the user who changed the column value of a list item.
1 Reply
- Matti PaukkonenIron Contributor
You can use Modified by column for getting the user who changed the column value of a list item.