Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sharepoint 2013 任天堂工作流:在';更新项目';动态作用_Sharepoint 2013_Nintex Workflow - Fatal编程技术网

Sharepoint 2013 任天堂工作流:在';更新项目';动态作用

Sharepoint 2013 任天堂工作流:在';更新项目';动态作用,sharepoint-2013,nintex-workflow,Sharepoint 2013,Nintex Workflow,我正在开发一个Nintex工作流来查找延迟的列表项(截止日期如何使用列表web服务进行循环? -- QueryList to get all the listNames and ListIds from a configuration list and store them in WF collection variables. -- Foreach loop to iterate through each of above lists. -- QueryList Caml query

我正在开发一个Nintex工作流来查找延迟的列表项(截止日期如何使用列表web服务进行循环?

-- QueryList to get all the listNames and ListIds from a configuration list and store them in WF collection variables.
-- Foreach loop to iterate through each of above lists.
   -- QueryList Caml query using List ID variable to get all delayed items and store their IDs and Titles in collection variables.
   -- Nested Foreach Loop to iterate through all the delayed items found above.
      -- Build the Item URL and mail them to user.
      -- Increment the column "NumberOfEscalationMails" value.(My Problem.)
--End