I have a datatable with two separate columns. How would I be able to go through each row, and assign the value to a variable based on whether its in column A or column B?
I attached my example here:
So for example, the first row has:
Column A Column B
30-9910 50
How can I assign 30-9910 to one variable and 50 to a second variable, and then be able to do this for each row?