# October 18th, 2024 - Marketplace Update

Explore the new changes to the Marketplace in the last week!

This can be anything from new crates, enhancements, or bug fixes!

<details>

<summary><strong>New crates and enhancements</strong></summary>

* Create Ticket Workflow
  * Updated workflow to remove deprecated actions
  * Added more subworkflows where appropriate
* Moved Security/Distribution Group additions for M365 into subworkflows.

</details>

<details>

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

* Rewst: user Onboarding:
  * Created new subworkflow to encapsulate the add user to group graph call and catch failure on assign to group. Integrated it into new user workflow.
* Rewst: User Offboarding:
  * Fixed password reset failures due to invalid `usageLocation` by adding Add `usageLocation` to select for GET user call and modified location to be `{{ CTX.user_details.usageLocation|d or "US" }}`
* Amend Calendar Permissions on user
  * Added a sub-workflow to handle with-items failures and not fail the entire workflow

</details>

<details>

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

* New Crate - Sonicwall Firmware Update
  * Initiate a firmware update via NSM
  * Support one or more firewall firmware upgrades at once
  * Support scheduling of firmware updates and restart times
* New Crate - Workstation Offboarding
* Utility crate - Error Handling and Reporting

</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/marketplace-updates/2024-marketplace-updates/october-18th-2024-1.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.
