Hello!
I am trying to wrap my head around how to use workflow to update the SQL table. I currently have a form that starts the workflow. The form has the columns that are in the table. My goal was to have the end user edit or do nothing to each row for each campus and it all updates to the sql table. This is what I have setup below. It does run and update all rows on the sql table but only with the first line on the form table.
Any suggestions? TIA!