Unable to achieve line separation using new line separator in generate data table activity with excel application scope. attached the xaml file for your reference.Test.zip (10.6 KB)
@kunal.konadkar, Use assign activity to split based on newline,
SYNTAX:
String array variable = yourString.Split(new String() {Environment.NewLine},StringSplitOptions.None)
Regards,
Dominic
2 Likes
I think the concern here is he is unable to use the line seperator feature provided in generate data table activity