How do I have each word in a text box trigger an action (workflow action is the same but output will change)

I took this as a personal challenge and built the following simple example:
chrome_V5ORGBcdeB

Simply, the idea is put the text inside a repeating group splitted by space ( ):

In order for the smooth paragraph effect, you shouldn’t have fixed cols and rows and scroll direction will also be Wrapped Horizontally. Setting minimum height to something like 5-10 will also make them look better:
image

Then, of course group focus is not showing in a repeating group cell. For this you have to create a reusable element:
image

This reusable element will actually hold the text in each repeating group cell, that’s why the type is text. And you again set all the width and height as small as possible and make things fit to content.
image
image

This reusable element has a group focus to show whatever you need:
image

And it is displayed when the text in the reusable element is clicked of course:
image

Finally, you add this to the main repeating group’s cell and pass the data:
image

That’s it :slight_smile:

Here is the editor for the curious minds. Check the eachword page and wordmenu reusable element:

1 Like