# April 7, 2026

This update includes several improvements to module variables, based on feedback.

### New variable types

Variables can now be numeric, date, datetimes, custom objects (called variable groups), or arrays of each.

#### Variable groups

Variable groups become an Object in a workflow. This is particularly useful for arrays of objects, which can be used for mapping.

<figure><img src="/files/bQI6jX9zZFVrksJAa6IL" alt="" width="375"><figcaption></figcaption></figure>

The example above shows a mapping in progress. The Perk "Upgrade to GOLD" is mapped to the "GOLD" membership tier filter, with the option to add additional rows.

Only one layer of nesting is allowed.

### Assisted variable descriptions

Assisted variables now support descriptions, which help provide details for users.

<figure><img src="/files/M4O0Vqqp0X5mk3iuQGNC" alt="" width="375"><figcaption><p>In this example, a description appears under the selected option</p></figcaption></figure>

### JSON editor

Variables can be edited as JSON, which may be helpful for complex or AI-assisted workflows.

<figure><img src="/files/BiWye3mDbFenCHFU1uW7" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.middle.app/middle-docs/release-notes/april-7-2026.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
