【发布时间】:2022-01-12 10:54:17
【问题描述】:
我有一个查找类型的下拉列。我想在此下拉列表中添加一个空白作为第一个元素。 我可以在 sharepoint 中使用 JSON 列表格式吗?
我试过这段代码但没有用:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"forEach": "person in @currentField",
"txtContent": "=if(loopIndex('person') == 0, 'test', person)"
}
【问题讨论】:
标签: sharepoint sharepoint-online