# Version 1.32

**April 5, 2024**

**A new release of Sherpa Designer has been released: version 1.32.**

1. You can now run robots from the Orchestrator in the Assistant.\
   Publish Attended robots to the Orchestrator, and then users will see these robots in the list of available robots in the Assistant and will be able to run them from the Assistant. This functionality also allows for versioning and delivering Attended robots to workstations via the Orchestrator. To use this feature, you need to enable the "Available through Sherpa Assistant" option on the "Processes" screen in the Orchestrator for the specified process (when creating or editing the process). After that, such processes will be displayed in the Assistant window.
2. Remote debugging of Unattended robots has been implemented.\
   To enable the feature in the Orchestrator, on the "Robots" screen in the Unattended robot card, during its creation or editing, you need to enable the "Remote Debugging" option and specify the remote debugging server.
3. Support for SFTP has been added to the "FTP" palette blocks.
4. Support for disabling robots in the Orchestrator has been implemented. This feature allows you to log into the Unattended robot account, but the robot will not exit the session. To do this, on the "Robots" screen in the Orchestrator, in the "Robot Active" column, you need to enable the switch. This can also be done when creating or editing the robot.
5. The "SAP" blocks now allow specifying a filter for child elements.\
   The filter is written as follows: '/app/con\[0]/ses\[0]/wnd\[0]/usr/cntlTREE\_CONTAINER/shellcont/shell/shellcont\[0]/shell|text=0000227977|'
6. Support for Wildcard has been added in the Id elements of the "SAP" blocks to specify the session and window.\
   For example: ‘/ses\[\*]/wnd\[\*]/usr/cntlTREE\_CONTAINER’
7. The robot console in the Designer can be opened in a separate window.
8. The "Text Input Window" block now supports multiline text input.
9. A "Forward Email" block has been added. It allows forwarding an email received via IMAP using SMTP.
10. A "Set Cell Sizes" block has been added to the Excel palette. The block allows setting sizes for a range of cells.
11. "Get Attributes" blocks have been added. They allow obtaining a dictionary of all available attributes of an element by selector.
12. Support for recognizing handwritten text using "Yandex Handwriting" has been added to recognition blocks.
13. Sorting has been added to the robot publishing window in the Orchestrator.
14. The ability to quickly launch a robot from the Assistant window directly in PiP mode using hotkeys has been added.\
    To enable this feature in the Assistant, in the "Robots" window, you need to select the desired robot and enable the "Always launch in PiP-client mode" option, after which you can assign hotkeys to the robot.
15. The settings for the Designer, Assistant, and SherpaRPA Runtime installer (when installing Unattended for all) have been updated to allow opening ports for remote debugging.
16. Support for prohibiting the launch of the Designer for Sherpa Attended Floating floating licenses has been implemented.\
    To enable the feature in the Orchestrator, on the "Licenses" screen in the license card, during its creation or editing, you need to enable the "Prohibit launch from Sherpa Designer" option.

Download the new version from the same link as before and install it over the old version. There is no need to delete the old version.


---

# 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.sherparpa.ru/en/obnovleniya/obnovleniya-sherpa-designer/versiya-1.32.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.
