I made an assign with
Text(key), and its inside data is “TEST1 TEST2 TEST3 TEST4\t\nDATA1 DATA2 DATA3 DATA4”
What i want to make is ▼
Make Columns with ‘TEST1 TEST2 TEST3 TEST4’, make Rows with ‘DATA1 DATA2 DATA3 DATA4’
After that make it to Datatable → Excel
First of all, I used Split method to ‘\t\n’, and then used ‘For each’ activity with split data.
After then, I used Split method to blank(" "), and then used ‘For each’ activity with split data.
But now, I stuck in this step. I don’t know how can I make Datatable to Excel with this.
What I want to ask, anyone can give me some help to solve this problem?
Here is my .xaml file, please take a look and help me, or you guys can make it for me with using my .xaml file. Column_Row(eng_ver).xaml (12.5 KB)