Skip to main content

Hello - I have multiple repeating sections on my fom, 4 to be exact, so I have created 4 different workflows to extract the content from the repeating section on to a child list (there might be an easier way but im new to Nintex and this is the only way I know). The workflows work just fine; however, my conditional start when items are created is not working (conditional start upon item modification DOES work). Currently my condition is: "Title of Repeating Section" (previous value) NOT equals to "Title of Repeating Section".

Can you provide some insight as to how I can trigger these workflows to start only when I have data inside the corresponding repeating sections?

Thanks!

Licet

Hi,
The condition to start when items are created is probably not working because all 4 workflows are trying to start at one time.

I would connect each of the repeating sections to a multi lines of text column configured as plain text and then have a start on item creation condition that checks the column and runs the workflow for that repeating section Having a pause as the first action on each of the worklfows will help with race conditions.

Reply