【问题标题】:Is it possible to update an item using list id instead of list title in the SharePoint designer workflow?是否可以在 SharePoint 设计器工作流中使用列表 ID 而不是列表标题来更新项目?
【发布时间】:2018-12-31 12:47:43
【问题描述】:

如果源列表项发生任何更改事件,我正在尝试更新不同列表中的项。对于源列表上的不同项目,我有不同的列表 ID,这就是我想使用列表 ID 而不是列表标题来更新项目的原因。是否可以在 SharePoint 设计器工作流 2013 中使用列表 ID 而不是列表标题来更新项目?

【问题讨论】:

    标签: sharepoint sharepoint-workflow


    【解决方案1】:

    您可以调用 rest api /_api/web/lists/GetByTitle('listtitle')/items(itemid) 通过“调用 HTTP Web 服务”操作来更新列表项。

    您可以参考this thread 获取示例。

    【讨论】:

    猜你喜欢
    • 2012-07-15
    • 1970-01-01
    • 2010-09-13
    • 2013-11-25
    • 2011-12-24
    • 2014-11-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多