LogoLogo
  • 🖐️Welcome Aboard!
  • 📖Information
    • What is Autom Mate?
    • What is Autom?
    • Features of Autom Mate
    • Architecture of Autom Mate
  • 🤓Learn Autom Basics
  • 📚Libraries
    • Integration
      • Active Directory
      • AFAS
      • Autom Mate
      • Azure Active Directory
      • Azure DevOps
      • BambooHR
      • ChatGPT
      • ConnectWise
      • Database
      • Desktop Actions
      • EasyVista
      • Email
      • Exchange Web Server
      • Exact Online
      • Excel
      • Freshdesk
      • Freshservice
      • Ftp-Sftp
      • GitLab
      • Google Drive
      • Google Workspace
      • HaloITSM
      • Hubspot
      • Intune
      • Ivanti Service Manager
      • Jenkins
      • Jira Confluence
      • Jira Service Management
      • Jira Software
      • Lakeside
      • Lansweeper
      • ME ServiceDesk Plus
      • Microsoft Outlook Calendar
      • Microsoft SharePoint
      • Microsoft Teams
      • My ChatGPT
      • OCR
      • PDF
      • PowerShell
      • Python
      • RESTful Web Service
      • Salesforce
      • ServiceDesk Plus Cloud
      • ServiceNow
      • Slack
      • SolarWinds
      • Stripe
      • TOPdesk
      • Twilio
      • Twitch
      • VMware
      • WhatsApp
      • Word
      • X
      • Xurrent
    • Transform
      • Advanced Actions
      • Array
      • Base64
      • Condition
      • Cryptography
      • CSV
      • Data Table
      • Date
      • File
      • Folder
      • Number
      • Object
      • Repeatable
      • SSH
      • String
      • Text
    • Utility
      • Display Message
      • Grouping
      • Mate DB
      • Mate Drive
      • Time Management
    • Agentic AI (Beta Version)
      • Open AI (Beta Version)
  • 🎇Autom Features
    • Variables
    • Triggers
    • Data Manager
    • Debug
    • Stop Action
    • Function
    • Error Handling and Exception Management
    • Development Mode ( Dev Mode )
    • Business Impact Estimator
  • 🛰️Product Features
    • Dashboard
      • Dashboard
      • Monitoring
      • Alerts
    • Store
      • Autom Store
      • Library Store
    • My Environment
      • Mate Agent
      • Automs
      • Libraries
    • Management
      • User Management
        • Users
        • Roles
        • Forgot Password
      • Vault
      • Webhook & API
      • Alert Management
      • Queue
    • Create Autom
    • Settings
    • Time Zone Management in Autom Mate
  • 💾Installation Setup
    • System Requirements and Ports Configuration
    • Autom Center Installation
      • Autom Center Installation
      • Autom Center Update
    • Mate Agent Installation
      • Mate Agent Installation
      • Mate Agent Update
    • App Installations
      • MS Teams ChatBot Installation
    • Full Chain PFX File Creation Guide
  • 📔Release Notes
    • Amsterdam Edition
      • Amsterdam 3.2.9
      • Amsterdam 3.3.0
    • Boston Edition
      • Boston 4.0.0
      • Boston 4.1.0
      • Boston 4.2.0
      • Boston 4.3.0
        • Boston 4.3.1
        • Boston 4.3.2
        • Boston 4.3.3
        • Boston 4.3.4
        • Boston 4.3.5
        • Boston 4.3.6
        • Boston 4.3.7
      • Boston 4.4.0
  • 🎓Academy
    • 🎓Autom Mate Academy: Basics of Autom Mate
    • 🎓Mastering Automation with Autom Mate: From Workflow Creation
    • 🎓The Ultimate Autom Mate: Teams & Smart Integrations
  • 👔Autom Store & Use Cases
    • 🛒Autom Store Use Cases
    • 🖥️Use Cases
      • How to Create Bidirectional Connection Between JIRA and Xurrent to Open Requests or Tickets
      • Employee Onboarding Process Automation Using Autom Mate
  • ❓FAQ
    • ⚙️General Functionality
    • 🧩Integration Capabilities
    • Data Management and Validation
    • ⁉️Error Handling and Workflow Management
    • Automation Use Cases
    • Connectors and Triggers
    • Custom GPT Models
Powered by GitBook
On this page
  • Introduction
  • What are Variables?
  • How To Use Features
  • Creating a Variable
  • Using Variables in Actions
  • Best Practices

Was this helpful?

  1. Autom Features

Variables

Discusses the use of variables within Autom Mate to store and manage data dynamically.

PreviousAutom FeaturesNextTriggers

Last updated 5 months ago

Was this helpful?

Introduction

The 'Variables' feature in Autom Mate provides users with a powerful tool for storing, manipulating, and transferring data within processes. It serves as a temporary storage unit during the execution of actions, enabling dynamic data handling.

The primary purpose of variables is to enhance workflow efficiency by enabling users to work with different data types, perform calculations, and store temporary results. They facilitate seamless interaction between various actions within a flow.


What are Variables?

Variables in Autom Mate act as placeholders for storing and processing data. They provide flexibility in working with different types of data and enable users to create dynamic processes.

Key Features

  • Array: Store sequential elements of the same type.

  • Boolean: Represent true or false values.

  • Data Table: Store data in a tabular format.

  • Date: Store date values.

  • Dictionary: Use key-value pairs for data storage.

  • Number: Handle numeric values for calculations.

  • Object: Refer to addresses of objects.

  • String: Store sequences of characters or text.


How To Use Features

Creating a Variable

Creating a variable allows users to define a storage space for data within the flow.

Usage

1

Open the variable section in the flow.

2

Click on "Add New Variable."

Variable Types

  • Array: Store sequential elements of the same type.

  • Boolean: Represent true or false values.

  • Data Table: Store data in a tabular format.

  • Date: Store date values.

  • Dictionary: Use key-value pairs for data storage.

  • Number: Handle numeric values for calculations.

  • Object: Refer to addresses of objects.

  • String: Store sequences of characters or text.

3

Select the Variable Type.

4

Fill in the details

  • Name

  • Description

  • Input, Output, Customizable options

5

Click "Save."


Using Variables in Actions

Utilize variables within actions to process, manipulate, or display data.

Usage

1

Enclose variable names between ## symbols.

Example: ##User_Info##

2

Access specific values inside data tables using indexes.

Example: ##Sales_Data[Product]##


Best Practices

Follow best practices for variable naming, data integrity, and clear documentation.

Usage

1

Variable Naming

  • Use descriptive names.

  • Follow a consistent naming convention.

2

Data Integrity

  • Validate input data.

  • Ensure correct variable updates.

3

Clear Documentation

  • Document variable purpose and usage.

🎇
Page cover image