The downloaded solution/answer for Practice 1 does not match the Walkthrough for Practice 1. For example, in the Walkthrough there is a step to add an Assign:
Find and add an Assign activity and place it in the Then branch of the If activity
o Use the Ctrl + K (variable creation) shortcut to create a variable called rowIndex
o Assign count this expression: wordsDT.Rows.IndexOf(row) + 1
▪ This evaluates to the index of the DataTable row - the + 1 at the end is to account for Excel sheets that start their index at 1 rather than 0
However this Assign is NOT in the solution .xaml file - and the original Excel file that is read at the very beginning is not the same one referenced in the Walkthrough either. Is there a different .xaml file that should be published?