How to reshuffle five whole sentences

Please assist me again.

I want to show five English text sentences(10~15 words) randomly out of over 100 sentences on the screen.

I tried using button component, “Shuffle Order” to use reshuffle function.

On top of that, I tried to sort data randomly using “Options”, “Sort Randomly” and “limit number of items” in inline list component.

It worked well, but length of each sentence is limited and it has arrow-shaped sign on the right.

Is there any way to show five whole sentences randomly?

I tried using action, rich text components, but it doesn’t work.

Thank you very much.

Could you provide two screen shots please:

  • one that shows how your sentences are arranged in your Glide Table
  • another that shows your screen layout configuration
1 Like

I appreciate your reply.
Here are screen shots.

Okay, so if the reshuffle is already working and the main issue is the text being truncated, then the simple fix is to allow text wrapping on your Inline List. And to get rid of the arrow, you can set the Action to “None”

2 Likes

Allowing text wrapping on my Inline List worked well!

Thank you very much.

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