Repeating Section Nightmare


Userlevel 4
Badge +14

I added a repeating section with new designer via nintex form. Now i'm trying to use a workflow to write the information entered into this section into another SP list. I'm so frustrated. The repeating section and everything works if all fields in the RS is field out, but if I leave a field blank or empty, the workflow is suspended. I'm a newbie and unclear what I am doing wrong. We do not require all the fields to be completed, they might rightfully so need to be blank, only one field is required so I want all fields updated to reflect that record in the other list if the required field has information which it would every time since it's required. I do not understand why it's got to be so complicated. So annoyed.Ā 


2 replies

Userlevel 5
Badge +14

If I'm following your post correctly, you are taking the information from the Repeating Section and then creating a new Item in a different list or populated an Item in a different list, using that data. 

If your workflow is suddenly failing when certain fields are blank, I would first check the List that you're writing the data to and make sure that you don't have any columns set to "Required". If a column is set to required, and your workflow attempts to create an item where data is missing, it will fail. 

If that's not the case, then it would be helpful to take some screenshots or upload an export of your workflow that people can take a look at it to see if there are any errors in there. 


Userlevel 2

Hi Brandiwoodson,


I have come to a few situations with Nintex workflows not able to handle blanks, not specifically to deal with repeating section. 


The workaround I used is to add a 'runif' or a 'condition':


1) Package all action to parse RS, update field etc. into an action set.


2) Put the 'action set' under 'runif' or a 'condition' to skip all actions related to you this function of your workflow if the said field in the list is blank and  needs stay remain blank:


 


  =>  list field ({CurrentItem:yourField}) or output variable ({WorkflowVariable:varOutput})  = varBlank 


 


3) Please note the workflow doesn't allow having conditions or runifs with blanks, to workaround that, I create a text variable with no default value called 'varBlank' and use it in the condition to resolve


 



 



I am happy to answer any questions specific to your implementation


 


Regards,
Ashish


 


 

Reply