
Here are steps:
1.Create a "Person or Group" column named "people".
2.Create a "Single line of text" column named "email".
3.Click the "email" column -> Column settings -> Format this column -> Advanced mode -> Use following JSON codes.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "[$people.email]"
}
Result:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.