Sorting a ordered text

Hey, I have a label containing text as below:-

  1. Alpha
  2. Beta
  3. Gamma
    I want to store them in a list form.
    I tried split function but it didn't work. So, can you suggest me a way to do it?
    Thanks for reading though.

Search for "sort items" in community, you will get a solution

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

1 Like

Split at \n

1 Like

grafik

It worked like magic. Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.