Welcome to the
WalkMe Help Center
Please log in to continue
Please log in to continue
Dynamic text lets you customize WalkMe content for different features. It uses user information to personalize ShoutOuts or balloons with details like a user's name. You can also use it to automate text entry for a user during an automated process.
You can create dynamic text in the Rich Text Editor for Smart Walk-Thrus, ShoutOuts, SmartTips, and Surveys. This tool supports data from variables, cookies, WalkMe Data, and jQuery. You can also use regular expressions (Regex) to manipulate the values pulled from your site.
When you use dynamic text, WalkMe identifies the specific value and inserts it into a visual item or an automated action. Use segmentation to make these actions contextual and targeted to the right audience.
Dynamic text supports several data sources to pull information from the browser:
Dynamic text is a versatile tool that enhances both the user interface and the efficiency of automated workflows.
Personalizing the interface improves user engagement and provides timely, relevant information:
Dynamic text streamlines workflows by automatically moving data between the browser and your application:
To use dynamic text effectively, it is important to understand the different ways WalkMe retrieves data.
When you add dynamic text using the Rich Text Editor, WalkMe generates BBCode tags. These tags tell WalkMe where to find the information and how to display it. For example, [var]userName[/var] tells WalkMe to look for a JavaScript variable named "userName."
JavaScript variables are pieces of information stored in the browser's memory while the user is on your site.
Cookies are small files stored on the user's computer that contain data about their session.
Unlike standard cookies, WalkMe Data is specifically created and configured within the WalkMe Rule Engine. Use this when you need to store and retrieve data that is unique to the WalkMe experience.
jQuery lets you pull values directly from the HTML of a web page. This is useful when the information you need is visible on the screen but not stored in a variable or cookie.