Hey All!
I am building out several datatables which I am using the load into the queue.
I would like to loop through the individual datatables and read the ‘A1’ cell and save it into a Variable to then name the queue item.
Is there a way to do this so I don’t have to have 12 individual stages to hardcode the string into the queue item name.
Use the read cell activity to read the specific cell value from the excel or datatable and store the output of the activity in a string variable. Then pass the variable where you want.