Forum Discussion
Feb 10, 2022
✏️ How to inline edit fields in Microsoft / SharePoint Lists
NEW VIDEO N. 194
Using ListView and Column formatting in Microsoft / SharePoint lists is possible to take advantage of the attribute inlineEditField which gives the chance to change immediately the...
Olga Melo
May 24, 2022Brass Contributor
Hi GiulianoDeLuca, thanks for the video. It is very helpful!
Is there a special syntax for a people column inline editing?
Once I add the JSON inline syntax, I get the option to enter the e-mail and select from the list, but the selection shows as object. (Image attached)
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"inlineEditField": "[$columnname]",
"txtContent": "[$columnname]"
}
According to the documentation, choice and people column are supported for inline editing.
Do you know how to fix this issue?
Thanks again for posting the video.
Jun 23, 2022
Hi,
Thank you for watching.
You should use this syntax ".email" or "@currentField.email"
Thank you for watching.
You should use this syntax ".email" or "@currentField.email"