Getting list from back end to Ui
Hi Team,
I am getting a list from back end, and reading in sightly and displaying on the page.
1. List1
2. List2
3. List3
4. List5
But now I want to insert a value before the last one like below
1. List1
2. List2
3. List3
4. Value1
5.List5
I am not able to break the list can anyone help me in this.
Thanks in advance