How can i make a reverse list

i have a word list with seperated comma , now i want to get a single word from the word list .

For example my word list = APPLE , BALL , CAT ,DOG , EYE , FISH , GOAT

I Want to get result = GOAT , FISH , EYE , DOG , CAT , BALL , APPLE

1 Like

Hi,

• To Reverse the list you can use ‘reverse text’ block in text section

• To Select specific list item:
i created a simple logic using split text

Example:

Blocks:
blocks

Edit:
The Format should always be ‘Cat, Dog, Cow’
Not ‘Cat, Dog,Cow’

Hope this Helps

Use reverse list block

1 Like

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