How to split text

The above text is the input that I will give.

And I should print as the above text. Is there any possible to do this?

Here’s a demo: Thunkable

Screen Shot 2020-03-29 at 12.45.21 AM

Thank you sir for the demo, but in I don’t know the number(it can be 3 or 5 or…)

I don’t understand what you are trying to do. Do you want to split (parse) the text at every slash (/) and display ALL of the separate sentences at once?

I think if you take this a step further and filter each list item based on the date of entry it would satisfy his needs. Then display only the list item that contains that date?

@sgirishdds what parameter are you categorizing then by? Date of completion or type of task completed?

1 Like

How about a list viewer instead:

https://x.thunkable.com/copy/856f9f1863e860726d6891375a11b2e2

1 Like

I took this one step further! Check it out guys

https://x.thunkable.com/copy/5eea579b11b0978fc44c091b26e2e2d5

2 Likes