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
  • How To Use Actions
  • Delete
  • Exists
  • Get
  • Set
  • Additional Tips
  • Use Cases
  • FAQ

Was this helpful?

  1. Libraries
  2. Utility

Mate DB

PreviousGroupingNextMate Drive

Last updated 1 month ago

Was this helpful?

Introduction

The Mate DB feature in Autom Mate is a Autom based tool designed to store keys and values essential for your workflows. Mate DB functions on a Redis DB and for the nature of the Redis, none of the keys and values are relationed with each other.

The primary purpose of the Mate DB is to store some keys and values for future needs. This Database will be logged on the Autom up to 10mb and none of the data will be deleted without users actions. This means that the keys and values that added to the DB in the Autom will be there in every session of the Autom.

Key Features

  • Add Keys and Values: Add the ekys and values of variables for future usage.

  • Future Usage: When the Autom runs everytime, users can read the current keys of the Mate DB and add new values to the DB for next Autom runs.

  • Store Data: Users can store data in the Mate DB. For example: Storing Ticket ID's of different ITSM tools.

How To Use Actions

Delete

Description: The action Deletes a key and it's Value from Mate DB.

Usage:

  • Put the name of the key to the "Key" input field.

Action Result: The key will be deleted from Mate DB.

Exists

Description: The action checks if the key provided exists in the Mate DB.

Usage:

  • Put the name of the key to the "Key" input field.

  • Assign a string type of variable to "Assign Data" field.

Action Result: String output will display "true" or "false" depending if the key exists or not.

Get

Description: The action fetches the value of the key provided.

Usage:

  • Put the name of the key to the "Key" input field.

  • Assign a string type of variable to "Assign Data" field.

Action Result: The value of the key provided will be assigned to the string variable.

Set

Description: The action adds a key - value to the Mate DB.

Usage:

  • Put the name of the key to the "Key" input field.

  • Put the value of the key to the "Value" input field.

  • If there is a need of adding more keys and values, press on the "+" button to add more to the Mate DB.

Action Result: The key and value will be added to the Mate DB.


Additional Tips

📚
FAQ
Use Cases