New at altaFlow

Product update - April 10

Anna avatar
Shared by Anna • April 10, 2026

New data formats for fillable fields in DOCX and PDF documents

You can now select unambiguous date formats, such as DD MMM YYYY (e.g., 10 Apr 2026), for fillable Date fields in DOCX and PDF documents. This three-letter month abbreviation eliminates regional confusion between US and EU formats.

Create multiple workflows in a single API call

The new POST .../flows/batch endpoint lets you run multiple workflows from the same template in one request. Each item follows the same structure as the single Create a new workflow endpoint.

The response returns a per-item result in the same order as the input. Partial success is supported — items are processed independently, so a failure in one does not affect the others. The default batch size limit is 20 items.