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