Hi,

I'm using a form table to capture different people and email addresses per row. In the workflow, I want to email each person separately based. I've tried to populate a separate Global Variable for each line but once it reaches the bottom of the table or if there is nothing in the table, the workflow continue to fault with a " Index was outside the bounds of the array." error. I've also tried to create a condition to tell me if the table index field is null, it works properly if there is data in the field, but if there is not instead of using the "Else/Then" to route the workflow, it will try multiple times and fault with the same error. Any suggestions on how I can get the workflow to recognize the last row of the table or not have it fault if there is no data present? thanks!