Hi Everyone.
I have string which I made in assign activity {“5”,“8”,“3”,“7”}…. I want to add each one into each row in datatable such as:
5
8
3
7
And then sort it into string 3578
How to do that ?
Thanks in advance!
Hi Everyone.
I have string which I made in assign activity {“5”,“8”,“3”,“7”}…. I want to add each one into each row in datatable such as:
5
8
3
7
And then sort it into string 3578
How to do that ?
Thanks in advance!
arrayToString.xaml (10.0 KB)
Thanks!
Thanks you so much Bro.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.