Hello all, I am looking for the simplest way to update 30 fields in a list based on conditions in another list (form library), in my change request form different conditions exist, for example I have a total cost field with a default of zero, if the user changes this value then the workflow updates the total cost in the project list, if they leave it at 0 the cost does not get updated and so on. I am converting a SharePoint Designer WF to Nintex. Am I correct to assume I would just place a RunIf action before each Update Item action similar to SPD WF? or is there a more efficient way?
Update items in another list with conditions
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

thanks for responding, above is a sample of the SPD workflow. 20 fields are updated. the field types vary (dates, currency, text, Boolean, number) as well as the conditions. The reason for the form library is for all changes to be approved. The tricky part is almost 100% of the time only a few fields will be updated, so if a user just needs to update [Project Status] the workflow ignores the rest based on the conditions. Nintex must have a way of doing this? maybe some custom code? thanks again
The solution was using the Run Parallel Actions, so 20 Run if's check each column before updating, thanks to Cassy for leading me in the right direction but since there are 20 fields it went beyond the 11 deep nesting so I could not use Set Condition.