I would like to receive help in modifying the scripts in Email notification when any cell in specific column is changed.
Based on previous code, how can I make the email content include not only the address of the changed cell, but also what is written in it and add data from other columns? For example, in an email I would like to see that Mr. Smith (column A with the title - person), who works as IT Support (column B with the title - position in the company) has changed his status to available (column C with the title - status)
The email would look something like this: Mr. Smith (IT Support), has changed the status to available.
Can you suggest some code?