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
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
Hi,
• To Select specific list item:
i created a simple logic using split text
Example:
Blocks:
Edit:
The Format should always be ‘Cat, Dog, Cow’
Not ‘Cat, Dog,Cow’
Hope this Helps
Use reverse list block
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.