Skip to main content
Nintex Community Menu Bar

Site Workflow for field in repeating section

  • October 21, 2019
  • 1 reply
  • 10 views

Forum|alt.badge.img+2

Hi everyone,

I'm currently working on a visitor pass form and I need the system to send out reminder notification to the Host/submitter if they have not return the pass to the admin once the pass expired.

I created a Site Workflow which will send a reminder to Host based on the expiry date set. However the Expiry Date field is in the repeating section. Once submitted it will be in XML code and I suspect that's the reason the reminder notification does not trigger.

Does anyone know how to fix this or have better solution?

Appreciate your advice.

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 21, 2019
Hi,
Easiest thing would be not to put the date in a repeating section.
If the host is admitting multiple people hence the repeating section then it is likely that they will all have the same expiry.

If the expiry must be shown for each person in the repeating section then parse the repeating section and create new items for each person in another list and have your site workflow run on that list.