I have a table in my form with the following columns: Start Date, End Date, Reason, and Units. The user enters as many rows as they need then press a button on the form that uses a connection action to send the data to the database
Before this data is sent, I want to be sure that no rows have a Start Date that is after the End Date, and the Units column is greater than zero.
I know I can use the Set Table Rows to move through the rows and use simple or multiple branches to check the data, but how do I know when I'm at the last row and determined that the data in all the rows is valid?
Here's a screenshot of how I'm looping through the rows and checking the data. Where do I determine that I'm at the last row and can submit the data?
http://imgur.com/J21QW.png
