Reads Data into datatable (dtInput)
Filters the Data - from multiple fields to 2
Now I need to update the filtered data in the original spreadsheet - assign a field to Y/N
It would help to share your workflow, but here’s my best guess of a solution:
You’d need to put the following in the for loop. Assign the index in the for loop property to a variable i. This is also assuming the rows in the datatable match up to the excel file.