I have a form that calls a workflow that I want to populate a collection variable with a students current courses. I can't seem to figure out how to add multiple rows to the collection variable by iterating through the rows returned by the SQL query:
For starting variables I've tried to reference with things like Current_Courses.Course[%(ForEachRowincourses_Iteration)]=%(ForEachRowincourses_COURSE_NUMBER)
I've tried searching for the correct syntax but haven't been able to find anything.