Convert Label Text to list

Hello Team,
Good morning,

I need some help. I have a Label with text like below:

Label1. Text
Apple’s
Carrot
Potatos

I need some help converting this into a List

Thanks
Zama

Do you want to make them look like bulleted lists in HTML?

Thank you @pavi2410 for your response. I just want to convert the label text to list to use it in app itself. No html.

Thanks
Zama

Then you can use ListView component

So you mean I can block this label.text into elements ?

Yes

Thanks. I will give it a try!