Assign Task from Repeating Section based on condition

  • 26 October 2020
  • 1 reply
  • 0 views

Badge +1

Hello,

I have repeating section in my Nintex form to assign Task form to Responsible peoples. The repeating section has a dropdown list called "Task Status", "Task" & "Resposnible". I want to send emails to the "Responsible" if the "Task Status" equals "Task Assigned" else no email should be sent.

How do i achieve it?

Thank you


1 reply

Userlevel 6
Badge +22
Hi,

There are many threads on this community about parsing XML so I will not repeat those steps here.
Parse the XML in a loop to extract the Task Status and then have a Run If action that runs if the status is Responsible.

Reply