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 is the Array Library?
  • How To Use Action
  • Add
  • Assign
  • Delete
  • Additional Tips
  • Use Cases
  • FAQ

Was this helpful?

  1. Libraries
  2. Transform

Array

Introduction

The "Array" library provides functionalities to define a large number of variables of the same type and perform operations on these variables. It offers actions to manipulate arrays efficiently within the system.

The purpose of the "Array" library is to simplify array operations, such as adding new data, creating new arrays, and deleting data, making it easier for users to manage and manipulate array variables.

What is the Array Library?

The "Array" library allows users to work with array variables, enabling them to store and manipulate collections of data efficiently.

Key Features

  • Define and manage array variables

  • Perform operations like adding, assigning, and deleting data within arrays

How To Use Action

Add

Description: The Add action allows users to add new data to a created array.

Usage:

  1. Array variable:

    • Select an existing array variable where the data will be added.

  2. Item:

    • Define the data to be added to the array.

      • Textual data: Define in quotes (e.g., "New Item").

      • Numeric data: Define without quotes (e.g., 123).

      • Variables: Specify between ## ## (e.g., ## Variable_A ##).

Assign

Description: The Assign action is used to create a new array or fill an existing array variable.

Usage:

  1. Array variable:

    • Select an existing array variable or create a new one.

  2. Variable:

    • Fill the array variable with data.

      • Data is filled using quotation marks between the [ ] brackets.

      • Variables can be added between ## ## if desired.

      • For numeric data, do not use quotation marks.

Delete

Description: The Delete action allows users to remove data from an array.

Usage:

  1. Array variable:

    • Select the array variable from which data will be deleted.

  2. Filter:

    • Choose the method of deletion:

      • FILTER BY INDEX: Delete data based on the index.

      • FILTER BY VALUE: Delete data based on the value entered.

  3. Assign the output to variable:

    • Select the variable where the updated array will be assigned.

      • Choose from existing array variables or create a new one.


Additional Tips

PreviousAdvanced ActionsNextBase64

Last updated 1 month ago

Was this helpful?

📚
Use Cases
FAQ