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
        • Boston 4.4.1
  • 🎓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
  • Data Handling
  • Data Validation

Was this helpful?

  1. FAQ

Data Management and Validation

Explore Autom Mate’s data transformation and validation tools to manipulate, structure, and verify data effectively within workflows.

PreviousIntegration CapabilitiesNextError Handling and Workflow Management

Last updated 6 months ago

Was this helpful?

Data Handling

How does Autom Mate handle data manipulation through the Data Transform action?

Answer

Autom Mate’s action offers powerful data manipulation within workflows by . The action supports both selecting variables from a drop-down and fetching data from previously executed actions.

Key Features:

  • Input Selection : Users can either choose a predefined variable or fetch data from actions that have already been executed in the workflow.

  • Preview Button : Clicking the refresh button displays the latest data in a preview pane, allowing users to see the data they’re about to manipulate.

  • Transform Source Button : This tool selects all available variables within the chosen data set, making it easier to apply bulk transformations.

  • Transforms Button : Users can add manual transformations even without previewing data. A pop-up allows the configuration of variable keys, types, and manual transforms, with saved variables highlighted in green.

  • Key Manipulation : Users can click on individual keys to manipulate their values, and the saved changes are highlighted in green, making it easy to track changes.

  • Conditions and Multiple Actions : The Transform Data pop-up also allows adding conditions and multiple actions, facilitating more complex data manipulation workflows.

  • Data Type Flexibility : The action supports transforming data types such as tables, arrays, and objects, with additional options for extracting specific keys or manipulating rows and columns.

  • Reset Functionality : If users need to revert changes, the reset button restores all settings to default.

Data Type Tips:

  • Data Table Manipulation : When working with , users can define row and column indexes for easier access. This is particularly helpful for transforming tables and extracting specific data points.

  • Extracting Keys : can be assigned to new keys, or existing keys can be modified. Users can also skip actions by selecting "No Action" in the dropdown menu, focusing only on key extraction.

Real-World Example

An IT team wants to automate the approval process for equipment requests in . The action is used to transform incoming request data before it’s routed for approval. Here’s how they configure it:

Implementation Steps:

  1. Fetch Data: The action fetches request data (e.g., user ID, request date, equipment type) from previous actions.

  2. Preview Data: The team uses the Preview button to ensure the correct data is fetched.

  3. Configure Transforms: They use the Transforms button to manually adjust variables such as date formats and extract specific details (e.g., equipment type, urgency level).

  4. Apply Conditions: A condition is set to check if the request is urgent. If urgent, the data is transformed to trigger a priority approval request.

  5. Key Manipulation: They manually manipulate certain keys (e.g., requestor details), making final adjustments to the data.

  6. Execute Approval Workflow: The transformed data is then routed for approval through a connected approval app. If approved, the equipment is ordered; if denied, an email is sent to the requestor.

Related Documentation

Autom Mate’s action supports The action integrates data preview, conditions, and transforms to meet complex workflow requirements.

How can I handle complex data transformations when integrating Xurrent with other applications in Autom Mate?

Answer

Autom Mate's Data Manager provides a user-friendly interface for managing complex data transformations during application integrations. When configuring actions that involve data exchange between Xurrent and other applications, the Data Manager allows you to access, map, and transform fields as needed. You can define rules to manipulate data formats, filter specific fields, and ensure that the data structure aligns with the requirements of the target application.

Real-World Example

A business needs to transfer configuration item data from Xurrent to a third-party asset management system. Using Autom Mate's Data Manager, they can map Xurrent's data fields to the corresponding fields in the asset management system, apply necessary transformations—such as date format conversions—and automate the data transfer process, ensuring data integrity and consistency.

Related Documentation

Data Validation

Can Autom Mate assist with data validation during workflow execution?

Answer

Autom Mate includes powerful data validation capabilities, allowing users to automatically check data accuracy and consistency before processing it within workflows. This prevents errors and ensures that only valid data moves forward in the workflow.

  • Predefined Validation Rules: Autom Mate lets users define validation rules such as required fields, data format checks, and logical to ensure data meets certain standards.

  • Real-Time Validation: Data is validated in real-time, with invalid data triggering alerts or alternate workflow paths.

  • Workflows can be paused, or data can be routed through error-handling pathways when it doesn’t meet the set criteria.

How to do it in Autom Mate:

  1. Create a Workflow: Start by designing your workflow using Autom Mate’s drag-and-drop interface.

  2. Define Validation Rules: Use Autom Mate’s data validation actions to define rules. For example, set a rule that requires certain fields to be in the correct format (such as date fields) before proceeding.

  3. Add Conditional Steps: If the data doesn’t meet validation criteria, Autom Mate can automatically trigger error handling workflows or retry the step.

  4. Monitor Validation Results: Use Autom Mate’s monitoring tools to check how often data validation errors occur, allowing you to refine the process.

Real-World Example

A retail company uses Autom Mate to validate incoming inventory data from various vendors. Autom Mate checks for missing values, incorrect formatting, or discrepancies before processing the data and updating the inventory management system.

Related Documentation

❓
data tables
Variables
MS Teams
MS Teams
Data Manager in Autom Mate
conditions
Error Handling for Invalid Data:
Autom Mate’s data validation features allow for real-time validation and error handling during workflow execution.
Data Transform
allowing users to configure rules and transform data dynamically
Data Transform
Data Transform
advanced data manipulation, providing users with configurable tools to process data in real-time.
Page cover image