# June 7, 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>

* SAAS Alerts integration

</details>

<details>

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

* Re-added the Hide Workflow Input button to data tables in App Platform
* Fixed a bug with pageVars query and permission in App Platform
* Updated integration config instructions for Ninja RMM
* Handle unicode decoding errors in the base http client
* Fixed a bug with the detail toggle on data tables in App Platform
* Added error handling for missing parameters in Microsoft Graph integration
* Added error handling for verifying that the current task result exists
* Fixed how patches are displayed in version control so that all are shown even when there is a revert
* Fixed a bug with RoboRewsty diff explainer KeyError
* Fixed page redirection on error in App Platform and added more debugging info
* Fixed a bug where toggling off a Hubspot trigger wouldn't take effect and the workflow would continue to trigger
* Fixed a bug with workflow bundle import feature
* Added error handling for invalid json responses for webhooks
* Added error handling for emptry workflow task query
* Fixes for google workspace integration actions

</details>

<details>

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

* Improved Org Picker (Feature flagged and testing in production)
* Workflow version control (Feature flagged and testing in production)
* Add org mapping to Custom Integrations V2 (In Review)
* ServiceNow integration (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/june-7th-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.
