ClearCollect(霜淇淋, { 口味:草莓味,數量:300 } )從IceCream集合物件清除所有資料,然後新增包括草莓冰淇淋數量的記錄。 IceCream集合物件也已修改。 收集(霜淇淋, { 口味:開心果,數量:40 }, { 口味:柳丁,數量:200 } )將兩筆記錄新增至包括開心果及橘色冰淇淋數量的IceCream集合物件。
ClearCollect 语法 示例 创建和清除集合,以及将记录添加到任意数据源。 Collect 适用于: 画布应用 卡片 Dataverse 低代码插件 Power Platform CLI 桌面流 Collect函数将记录添加到数据源。 可添加的项包括: 单个值:该值置于新记录的Value字段中。 所有其他属性保留为blank。
The Collect function adds records to a data source. The items to be added can be: A single value:The value is placed in the Value field of a new record. All other properties are left blank. A record:Each named property is placed in the corresponding property of a new record. All othe...
ClearCollect 语法 示例 创建和清除集合,以及将记录添加到任意数据源。 Collect 适用于: 画布应用 卡片 Dataverse 低代码插件 Power Platform CLI 桌面流 Collect函数将记录添加到数据源。 可添加的项包括: 单个值:该值置于新记录的Value字段中。 所有其他属性保留为blank。
ClearCollectreturns the modified collection as a table.ClearCollectcan only be used in a behavior formula. Delegation When used with a data source, these functions can't be delegated. Only the first portion of the data source will be retrieved and then the function applied. The result m...