Skip to main content
Nintex Community Menu Bar

Assign Task from Repeating Section based on condition

  • October 26, 2020
  • 1 reply
  • 5 views

Forum|alt.badge.img+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

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 26, 2020
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.