I’ve reviewed the help articles I thought may help, but nothing’s working.
Steps I’ve taken:
- Set Up a Text Element:
- Drag a Text element onto your page where you want the heading to appear.
- Type out your static text (e.g., “Finding a Coach was never so easy!”).
- Leave a placeholder (e.g., “____”) where the dynamic word will go.
- Create a List of Words:
- Go to the Data tab in Bubble.io.
- Create a new data type (e.g.,
CoachingType
) and add a field (e.g.,TypeName
) to store the different words like “Life,” “Career,” “Executive,” etc. - Populate the data type with the different words you want to cycle through.
- Add a Workflow to Change the Word:
- Created a Custom State on the Text element to hold the current word.
- Used a workflow to change the value of this Custom State every few seconds. You can do this with a recurring workflow action or a looping custom event.
- Update the Text Element Dynamically:
- In the Text element, replaced the placeholder with a dynamic expression that pulls in the word from the Custom State.
- Set the Timing for Word Change:
- Used the workflow action “Do every X seconds” to trigger the change in the Custom State, cycling through the list of words.
I think I may be using the wrong dynamic expression in the text box. Thanks so much in advance for any help!