Skip to main content
Nintex Community Menu Bar

How to validate against an array or list

  • April 22, 2019
  • 1 reply
  • 12 views

On a form, I have a list view that is populated by importing an Excel spreadsheet.  When a button is clicked I want to validate one of columns (in a for each loop) against values in an array (or list) from another smartobject.  How would this be accomplished?

1 reply

Forum|alt.badge.img+8
  • April 23, 2019

Hello Gordon,


 


I would build a workflow in which the process started on button click. Perhaps in the foreach loop execute the smo that is built against the other source and if data is returned add the logic you seek etc.


 


Regards,


Matt