Hi everyone!
I am trying to find the right way of building workflow for an app on Bubble.
The concept is simple:
- User inputs some words and combination of words into the input field
- Clicks ‘Cluster!’ button
- App clusters/groups words into groups based on common words and returns the result to user
Here is an example:
→ User inputs the following combination of words:
- I want to eat
- I want to sleep
- I want to study
- What to eat?
- Where to eat?
- How to study hard?
→ The app in this case should group these word combos in the following ways:
Group 1: Eat
- I want to eat
- What to eat?
- Where to eat?
Group 2: Study
- I want to study
- How to study hard?
Group 3: Sleep
- I want to sleep
→ The final output is a simple list of those words grouped together.
Any idea if this can be achieved in Bubble? If yes, how?
Many thanks in advance!