# April 17, 2026 - Dev update

Explore what new changes the Dev team has deployed in the last week.

This can be anything from new features, bug fixes, or QoL changes!

<details>

<summary><strong>New features and items</strong></summary>

* **Integrations**
  * Ubiquity Integration - docs found [here](/documentation/integrations/integration-guides/ubiquiti-integration.md)
  * Added new Microsoft Teams messaging actions (Send Teams Message and Send Inquiry Message) to the Microsoft Graph integration using Power Automate webhooks and Adaptive Cards while deprecating legacy connector-based actions.
  * Updated the Lexful integration setup experience by refining setup instructions and hiding UAT configuration options in production.
* **Workflows**
  * Persisted the Context Viewer open/closed state across reloads and editor sessions.
  * Fixed task deletion on the new workflow canvas to properly remove associated transitions and prevent orphaned nodes.

</details>

<details>

<summary><strong>Bug fixes and chores</strong></summary>

* **Forms**
  * Fixed an issue where form field changes could unexpectedly revert or clear during editing.
* **Integrations**
  * Fixed Google Workspace Admin SDK pagination so paginated API requests handle Google’s token-based response format correctly.
  * Fixed the Bitdefender Delete Endpoint action to successfully delete endpoints without API errors.
  * Re-enabled the ConnectWise ASIO List Groups action so device groups can be retrieved successfully.
* **Triggers**
  * Fixed the triggers list so enabling or disabling synchronized clone triggers persists correctly and is no longer overwritten by crate sync.
* **Workflows**
  * Fixed Jinja filter documentation lookup so valid parameterless filters return successfully instead of showing a false “not found” error.
  * Fixed org variable queries to correctly handle filters without orgId and prevent SQL errors for non-staff users.

</details>

<details>

<summary><strong>Coming soon</strong></summary>

* New Workflow Builder - currently in select customer beta.

</details>


---

# 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.rewst.help/updates/development-updates/2026-dev-updates/april-17-2026-dev-update.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.
