sharepoint designer - call http web service

PS:

局部变量

 

1 - Build Dictionary 

2 - Call Http Web Service

Address使用的格式是sharepoint api格式:https://skydrive3m.sharepoint.com/sites/_api/web/Lists/GetbyTitle('列表名称')/items?$select=ID,License_ID,Status&$filter=License_ID eq '引用列表字段'

返回值:jsonContent

 

3 - Get an Item from a Dictionary

 d/results返回jsonContent中的所有列表项,类型是数组。

4 - Count Items in a Dictionary

计算项目的个数

5 - Get an Item from a Dictionary

d/results[index]/ID 返回对应项目的ID

也可以用下面截图代替:

Item是Dictionary类型,先获取单个项目,然后获取当前项目的属性。

 

posted on 2019-03-08 10:22  赢在当下_Victor  阅读(239)  评论(0编辑  收藏  举报

导航