Home
  • πŸ˜ƒWelcome to Cataleya
  • Cataleya Basics
  • 🏁Getting Started
    • Building a Chatbot
    • Testing a Chatbot
    • Installation
      • Installation on Website
        • Installation using HTML
        • Installation using Google Tag Manager
      • Installing on Wordpress
      • Installing on SquareSpace
      • Installation on WhatsApp
      • Installation on Facebook
      • Installation on SMS
    • Deploying a Chatbot
    • Utility Tools
  • ⏹️Action Blocks
    • Overview
    • Trigger
      • Set values to variables using Trigger
    • Send Message
    • Collect Input
    • Buttons
    • Carousel
    • Calendar
    • Send an Email
    • Branch
    • Image Carousel
    • Human Handover
    • Slider
    • File Upload
    • Delay
    • Form
    • Flow
    • Jump
    • Codeblock
      • Dynamic Dialog Generator
    • Options
    • List
    • Reply Buttons
    • AI Model
  • πŸ€–AI Studio
    • Overview
      • From URL
      • From File
      • From Intent
  • πŸ”—Integrations
    • Overview
    • Service Call
    • Javascript
    • Zapier
    • Code block
    • Google Calendar
    • Calendly
    • HubSpot
    • DialogFlow
    • Link Tracking
  • βœ‰οΈLive Chat
    • Overview
      • Live Chat Screen
      • Live Chat Settings
  • πŸ› οΈTroubleshooting
    • Cloning Bots
    • Connecting Action Blocks
    • Creating Loops
    • Setting Up Fallback Variables
    • Setting Up Link Tracking
    • Variable Manager
    • Image Dimensions
  • πŸ“£Outbound Bots
    • Overview
    • Building One Off Campaign
    • Building Ongoing Campaign
    • Creating a WhatsApp Template
    • Action Blocks: Outbound
      • Send WhatsApp
      • Send SMS
      • Delay
      • Branch
  • 🎨Chatbot Customisation
    • Chatbot Appearance
    • Custom CSS
    • Embed bots in iFrame
    • Embedding the Chatbot
    • JS functions to show/hide
  • πŸ‘œAccount Management
    • Teams
    • Teammates
    • Purchasing a plan
    • Payment Methods
    • Refund Policy
    • Reset Password
    • Deleting Account
  • ⏺️Reporting
    • Analytics Dashboard
    • Custom Reports
    • What are contacts in Cataleya?
    • Scheduling a Contact Report
    • Exporting a Contact List
    • What are weekly reports?
      • What are weekly reports?
Powered by GitBook
On this page
  • What are Fallback Variables?
  • How do I assign Fallback Value to the Variable?
  1. Troubleshooting

Setting Up Fallback Variables

Allows you to assign a fixed value to a variable for cases when a required piece of information or value is missing

What are Fallback Variables?

Fallback variables are fixed value assigned to Variables for the cases when a required piece of information or value is missing.

If you have not defined the fallback value, a variable will be replaced with the blank space in case the variable does not have the value.

For instance, lets consider a scenario where the bot pulls up the name of the visitor from the URL parameters & stores it in the variable first_name. A default fallback value will be assigned to the variable first_name. In this scenario where the name of the visitors is missing from the URL parameter, the bot will automatically pull up the defined fallback variable value assigned to that variable to address the visitor

How do I assign Fallback Value to the Variable?

You can follow the following steps to assign fallback value to the variable;

  • Open the 'bot' of your preference and choose the action block where you have used the variable

  • Click on Variable to assign the fallback value

  • Enter the fallback value

  • Click on 'Right Sign' to assign the default value to the variable

The colour of the variable will change from Grey to Blue if the fallback value is assigned to it

PreviousCreating LoopsNextSetting Up Link Tracking

Last updated 1 year ago

πŸ› οΈ