What's in Automate MFT 1.14?

May 12, 2026

Feature enhancements

Task Parameters

Automate MFT now supports task parameters, allowing you to define named values that can be reused across tasks and configured dynamically at runtime.

Parameters can be defined at multiple levels, including tenant, task, and task run, and referenced anywhere macros are supported, such as file paths, rename patterns, scripts, post‑run actions, and API‑initiated task runs.

This enhancement enables more flexible, reusable workflows by eliminating the need to hard‑code values and simplifying task customization across different execution scenarios.

For more information, see Parameters.

Pagination for Tasks and Libraries

Pagination has been added for Tasks and all Library items. Page controls in the Task Run and File Activity Reports have been adjusted to match the styling of other pages.

New API Options

The following new API options have been added:
  • Start Task by Name
  • Start Task with Parameters

Bug fixes

The following issues were fixed in Automate MFT 1.14:

ID

Category

Fixed Issue

2799

Tasks

The browser URL now correctly updates to point to the cloned task.

2896

Scripts

The Test-Path cmdlet now supports the -OlderThan and -NewerThan parameters for file timestamp validation in PowerShell scripts.

2897

Scripts

The Add-Content cmdlet now supports the -Include and -Exclude parameters for filtering target files in PowerShell scripts.

2898

Scripts

The Get-ChildItem cmdlet now supports the -Recurse, -Name, -File, -Depth, -Include, and -Exclude parameters in PowerShell scripts.

2899

Scripts

The Copy-Item cmdlet now supports single file and recursive directory copy operations in PowerShell scripts.

2900

Scripts

The Remove-Item cmdlet now supports file and directory deletion in PowerShell scripts.

2901

Scripts

The Export-Csv and Import-Csv cmdlets now correctly accept the -Encoding parameter for specifying file encoding in PowerShell scripts.

2902

Scripts

The Export-Clixml cmdlet now correctly accepts the -Encoding parameter for specifying file encoding in PowerShell scripts.

2992

Schedules

Scheduled tasks with concurrent execution disabled now run reliably at each scheduled interval without false concurrency rejections.

3253

Schedules

The scheduler now reliably executes all scheduled runs, including those within two minutes of the schedule being attached or Auto Run being enabled.

3255

Tasks

The Task Run report now correctly displays the task ID in the task ID field.