Forum Discussion
RADical6142
Jun 19, 2022Copper Contributor
Extract email from people picker in another column
Hello, I have two columns in a SPO list. One has a people picker for the data type and the other is a text column. I am trying to autoupdate the text column with the email address of the person selec...
- Jun 30, 2022
I tried the solution, but it kept giving me an error. I ended up trying a few different solutions and this worked for me.
Thanks!
aasthas121294
Aug 31, 2022Copper Contributor
I just needed this. Thanks alot. But I am looking for one more thing. For email, we have .email but what if I want to extract display name of the user? I am trying to use "txtContent": "[$PersonGroupCol.displayName]" but it is not working.
ganeshsanap
Aug 31, 2022MVP
aasthas121294 Use this:
"txtContent": "[$PersonGroupCol.title]"
Please consider giving Like if my post helped you in any way.