Variables and how they work
@variable_name
format to capture and store information.@company_name
@company_name
in any subsequent step."What's your name?"
→ Store as: @user_name
"Hello @user_name, nice to meet you!"
This basic example shows how information flows from one step to the next using variables.
"What's your name?"
(@user_name
)"What do you do for work?"
(@job_title
)"Hi @user_name! As a @job_title, you might be interested in..."
"What's your name?"
(@user_name
)"What's your role at the company?"
(@user_role
)"What industry are you in?"
(@industry
)@industry
(@onboarding_resources
)@user_name
, @user_role
, @industry
"Welcome @user_name! As a @user_role in @industry, here's your customized onboarding plan..."
"Describe your issue"
(@issue_description
)"What product are you using?"
(@product_name
)@product_name
issues related to @issue_description
(@potential_solutions
)@issue_description
against @potential_solutions
(@solution_match
)"Based on your @product_name issue, here are the recommended steps..."
"What's your company size?"
(@company_size
)"What's your main challenge?"
(@main_challenge
)@company_size
and @main_challenge
(@qualification_score
)@company_size
facing @main_challenge
(@relevant_cases
)"Companies like yours with @company_size employees have successfully solved @main_challenge..."
@user_name
✓@user_name_2
✓@User_Name
and @user_name
are different variables@user name
✗@customer_industry
not @var1
@user_name
, @user_role
, @user_company
@qual_score
not @qualification_scoring_result
@company_size
is "Enterprise"
, recommend enterprise solutions@user_role
@user_role
and @industry
to create @user_persona
@user_persona
@user_persona
facing @main_challenge
@name
, @role
, @company
, @industry
@challenges
, @goals
, @timeline
@analysis
, @recommendations
, @action_plan
@user_provided_industry_sector_information
@industry
@user_name
in some steps and @name
in others"Hello @user_name"
displays with missing value