如何在sharepoint新项窗体字段中设置当前登录用户。使用列格式,列表格式。
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json"
}发布于 2022-02-18 08:47:48
请使用以下JSON:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@me"
}

参考:
https://stackoverflow.com/questions/71157105
复制相似问题