I am getting data in data table but in single value eg “testing”
now I want to convert in string.As mention in screen shot
HI @Aditya10989,
I didn’t get what exactly you’re trying to do with that condition,
but to convert DataTable to String you can use Output Data Table activity
without output data table we can not convert…?
You can’t compare DataTable var with string. Equal to OR Contains are methods we apply on string.
Could you explain what you’re trying to compare with that condition in If activity, then I’ll get the exact idea and will easy for everyone here to suggest you.