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
a!forEach( items: enumerate(5), expression:joinarray(repeat(fv!index,fv!index)," ") )