Inputs connect to missing words in the text

Hey!
So my idea is to make an input which is connected to a text and when you write something in this input it automatically appers in a missed part of a text. Do you know how to make this work?
I made picture so it will be eseier to understand

I believe the missing word should be dynamic text set to text input field’s value.

Create a contition in you text element to change it’s text when the input is not empty.

Norma state:

Text = My name is _________.

When input is not empty:

Text = My name is input’s value

you can try the append bubble function for this