How to get value of corresponding row in dt

Hi @tharani.natarajan

Read the data in dt and then use look up datatble

“ABC” - this is where you need to give your variable

Source column index is 0 - it selects first column
target column index is 1 - it selects the second column
dt - where you have your data

output → cell Value → create a variable and assign here for the value output

cheers