Skip to main content
Nintex Community Menu Bar

Update Multiple/dynamic fields in same list item from \Request Data\"

  • August 15, 2017
  • 5 replies
  • 33 views

Forum|alt.badge.img+1

I have built a workflow that loops through the form gets the fields that are marked as "NOK" and then emails the other fields related to the previous out as a unique Tasks to the relevant owners using the request Data in Nintex workflow builder. I then need a reply from the each user which i want to put in a specific field relating to the Specific "NOK" of that certain Task.

Is there a way to select a variable as the update field in the "Set Field" or "Update Field" workflow parts?

Thanks

5 replies

Forum|alt.badge.img+16

you mean to choose which field you are updating dynamically?


Forum|alt.badge.img+1

Yes. Rather than for example selecting "Field 1" to select a variable "varField-ID"


Forum|alt.badge.img+14
  • Scholar
  • August 17, 2017

this is not possible with OOTB provided actions, you would need to use web service Lists.UpdateListItems Method (Lists) 


Forum|alt.badge.img+1

Managed to make it work using a Webservice request calling the UpdateListItems SOAP Method. Ive managed to make it choose both the list item and item field dynamically from approvers data with the XML below.


Forum|alt.badge.img+1

Thanks yes thats what I started doing and worked, glad it was the right decision.