Hay,
I have a question I am using Get full text activity and I wanna clear data from it before I am using hear. How I can do that. The output from get full text is generic type. If I change in DataTable I need change everything else. I try with assign Output=New Data Table, but is there a different way haw to clean generic value?
@Tinkerbell
You can set variable which is an object to = Nothing, then your generic type value will be emptied
or do it in a right way, changing value type to String and then use string.empty to erase content