Skip to main content

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?

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


Reply