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 Repeatable?
  • How To Use Action
  • Variable: For Each Data in Variable
  • Mail: For Each Mail in Variable
  • Additional Tips
  • Use Cases
  • FAQ

Was this helpful?

  1. Libraries
  2. Transform

Repeatable

Introduction

The Repeatable Action in Autom Mate allows users to iterate through data sets, such as numeric arrays or data tables, performing operations on each element or row sequentially.

The purpose of the Repeatable Action is to streamline processes that require performing actions on each item or row within a dataset, making it ideal for tasks like processing Excel rows, data tables, emails, and more.

What is Repeatable?

The Repeatable Action provides two types of looping:

  1. Variable: For each data in variable:

    • Used to iterate through each data element in a variable, processing them one by one.

    • Suitable for iterating over arrays, lists, or similar data structures.

  2. Mail: For each mail in variable:

    • Designed for iterating through each email in an array variable, typically used after the Get Mail Action.

    • Ideal for processing email data, extracting information, and performing actions on each email.

How To Use Action

Variable: For Each Data in Variable

Description: The Repeat Action for data elements allows users to perform actions on each item in a variable, processing them sequentially.

Usage:

  1. Data Of The List:

    • Select the variable containing the data elements to iterate through.

  2. Choose Variable:

    • Assign each data element to this variable for processing.

    • Click the "+" button to add a new variable if needed.

  3. Assign an Index:

    • Select or create a new number variable to assign an index to each iteration.

    • The index starts from 1, representing the order of the data element.

  4. Execution:

    • Drag and drop other actions into the Repeat Action to execute for each data element.

Mail: For Each Mail in Variable

Description: The Repeat Action for emails allows users to iterate through each email in an array variable, processing them one by one.

Usage:

  1. Data Of The List:

    • Select the array variable containing the emails to iterate through.

  2. Choose Variable:

    • Assign each email to this variable for processing.

    • Click the "+" button to add a new variable if needed.

  3. Execution:

    • Drag and drop other actions into the Repeat Action to execute for each email.

JSON Format of Each Mail:

Each mail is stored in the defined variable in the following JSON format:

jsonCopy code[{
 Id: ,
 Folder: "",
 Subject: "",
 Body: "",
 From: [""],
 Cc: [""],
 To: [""],
 Date: "",
 Attachments: []bytes
}]

Additional Tips

PreviousObjectNextSSH

Last updated 7 months ago

Was this helpful?

📚
Use Cases
FAQ