I’m trying to pass a datatable variable in execute query activity to make some actions in sql query. But I couldn’t. Can anyone able to assist me. As a workaround , I’m writing those data table into a excel file using writerange activity and reading it again by using execute query! Kindly assist me if anyone know the way to fulfil my requirement.
Is there any option to pass a data table variable in execute query activity like reading a excel values using execute query by changing connection string in execute query.
I have to update some fields based on some values in the datatable. Instead of doing it in write cell activity. I’m trying to update those fields in datatable variable itself and trying to use write range activity to met my requirement.