Skip to main content

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

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