Pergunta

I have a workflow of SharePoint 2013 and I need to generate a workflow task to assign to a specific user, this user must enter information in a field of the task list, before approving or rejecting this task.

How can I get that field of the task list from the current workflow?

Greetings and thanks.

Foi útil?

Solução

  • Create a variable to store your Task Field Value.
  • Set this variable to a Task Field Value from the Association Task List based on the Task ID as shown below

      Set Variable: Value In Associated Task List to Association: Task List:Due Date
    

enter image description here

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top