# March 8, 2024 - 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>

* Added navigation to 404 pages in App Platform

</details>

<details>

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

* Fixed a bug with liongard Get Metrics action not formating Ids as integers
* Fixed Datto RMM Create Site action fields
* Added `Chat.ReadWrite.All` to Microsoft Graph permissions
* Fixed a bug with Hudu Create or Update Magic Dash Item where the company field was the wrong type
* Fixed a bug with custom integrations to allow for capturing an authentication token from a nested json response
* Fixed the "Suggest Matches" feature for N-Able
* Fixed a bug where we weren't storing the updated refresh token for Microsoft Graph after refreshing the token
* Fixed a bug in App platform where toggling the theme would override the user's preference
* Ensure page changes are saved when settings are saved in App Platform
* Fixed a problem with Kaseya BMS pagination
* Fixed a bug with Proofpoint Update Organization Licensing action
* Show color values as hex instead of rbg in Text components for App Platform
* Fixed a bug with Accronis vault endpoints

</details>

<details>

<summary><strong>In review, testing and development</strong></summary>

* Highlight connected tasks when a transition is selected (In Review)
* ITPortal integration (In Review)
* New permission system starting with App Platform (In Review)
* Custom integrations v2 (In Review)
* Workflow version control (In Review)
* Microsoft refactor to allow for better permission system (In Development)
* Updated Custom Components for App Platform (In Development)

</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/2024-dev-updates/march-8th-2024.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.
