We are sending email from workbench using .net script. We would like to include the value from active data sheet in subject like.
Can anyone help us how to do it. below is the code i tried which is not working.
Dim row As ActiveDataRow
Workbench.LoadActiveData("RPA_Order_Creation")
mail.Subject = "This is an email Karthick" + row.GetString("O_Order_Number")