Based on this great solution, I am looking for JSON column formatting to copy a multi-person field (people picker), displayed as email
- into a text field
- displayed as raw text email format
- comma separated, and
- no hyperlink.
Example:
People Picker/Email Display: [email protected]; [email protected]
Copy to Single Line Text Field: [email protected],[email protected]
Thank you!
