Using dynamic text
You can use dynamic text to show a value from your DaVinci flow in the form of read-only text. Dynamic text is useful for personalizing forms. For example, you can:
- 
Show user-specific information, such as "Welcome, Charlie." 
- 
Show flow-specific information, such as "You have 3 attempts remaining." 
- 
Create dynamic URLs, such as "To set your profile picture, edit your profile." 
| Currently, this functionality is available only in the Translatable Rich Text component and field labels. | 
To use dynamic text to show user-specific information for a greeting message:
Steps
- 
In a Translatable Rich Text component or the label property for a field, type {{}}. 
- 
Between the brackets, define the name {{greetingName}}. 
- 
Click Save. 
- 
In your DaVinci flow, add a Form connector and select the Show Form capability. Select the form you saved. 
- 
In the Dynamic Text section, select a value from your flow that contains the user’s first name for the greetingName key. 
- 
Click Save and run the flow.