Welcome to the
WalkMe Help Center
Please log in to continue
Please log in to continue
When creating an action step in a Smart Walk-Thru, you can now select AI Action as the action type. This allows you to use pre-made AI Launchers (created in the editor or console) to utilize the AI-generated output from the AI Launcher.
With the output data, you can save it as WalkMe data to be used in your flow. Additionally, you also have the option to automatically open the AI Launcher in the Action Bar for end-users in this step. Essentially, this AI Action step combines the Action Step and Set WalkMe Data step into one.

Add an Action step in a SWT
Select AI Action in the select action dropdown
Select the AI launcher in the Launcher dropdown
Enter details to save AI launcher output data:
Name: Enter a name for the output
Type and value: AI output
Storage duration: Select storage duration amount
System: Select the system for the data
Optional: Tick the Open the AI output interface in the Action Bar box if you would like the end-user to get the launcher open automatically in the Action Bar during this step
Click Done
To validate several fields together, use a Smart Walk-Thru that collects values from multiple fields and analyzes them with an AI Action step. This process is initiated by a launcher (for example, “Fill out required fields”), which starts a Smart Walk-Thru running in the background:
This method enables AI to assess multiple inputs simultaneously and deliver a single, actionable message to the user.
Step 1: Create a SWT and add a launcher on the form
Place a launcher near the field group you want to validate. When clicked, this launcher will start a SWT that works in the background.
Step 2: Add a Set WalkMe Data step for each field
Use Set WalkMe Data to capture each field's value, one after another.
Examples:
wmProjectStatus
wmScheduleStatus
wmScopeStatus
wmFinancialStatus
These steps gather all the values the AI will need.

Step 3: Configure an AI Launcher
Next you'll need to return to your editor's main screen to create a custom AI Launcher for your SWT. The AI Launcher will allow the AI to analyze the captured WalkMe data values.

Click your new launcher from the editor's main page
Under the Behavior tab, choose Next to element for the display style
For Select Action, choose AI Action
For Text Source, choose Selected Element
When creating the instruction prompt for the AI Launcher, you can reference all the captured WalkMe Data values
You are a Project Health assistant. You receive one or more of the following fields as input:
Project Status
Schedule Status
Scope Status
Financial Status
Technical Status
Risk Status
Here is the information:
Project Status: [wm-data]wmProjectStatus[/wm-data]
Schedule Status: [wm-data]wmScheduleStatus[/wm-data]
Scope Status: [wm-data]wmScopeStatus[/wm-data]
Financial Status: [wm-data]wmFinancialStatus[/wm-data]
Risk Status: [wm-data]wmProjectRiskStatus[/wm-data]
Technical Status: [wm-data]wmTechnicalStatus[/wm-data]

Step 4: Add an AI Action step at the end of your Smart Walk-Thru
Return to your SWT and follow the steps above for creating an AI Action step
Make sure to choose the AI Launcher you created for this SWT
Tick the Open the AI output interface in the Action Bar to enable the validation message to your users
Save and publish your SWT
