How can we show output as given below in appian using expression rule?
output:
1
22
333
4444
55555
Discussion posts and replies are publicly visible
devendrad4614 said:how to sort alphabets in appian ?
What exactly are you asking for?
Suppose we have array of of strings from A-Z which is randomly arranged so , how we can sort all the alphabet in ascending order?
Put your individual strings into a list on maps using foreach, then use the todatasubset() function to sort by that field.
Thankyou Stefan Helzle