In this release, we have made several improvements and additions to enhance the performance and functionality of Tools.
Introducing a new Task "ProjectWise Upload" that enables users to upload files to ProjectWise. Learn more about the new ProjectWise Upload task here
Added a new Task "Macro" that works similarly to other macro tasks such as Revit Macro and Tekla Macro, but does not require a running instance of Revit or Tekla. This task allows users to create and execute programs written in C# that are not dependent on other CAD software, providing endless possibilities for automation.
Introduced new tasks "Zip Files" and "Unzip Files" that enable users to easily compress and decompress files in their automation workflows. These tasks are designed to work with wildcards, allowing users to specify specific files to be zipped or unzipped based on file name patterns. Additionally, these tasks offer the flexibility to zip multiple folders located in different locations into a single zip file, providing efficient file management capabilities within the automation routine. Learn more about Zip Files task here and Unzip File task here
Added a new task for looping over files, folders, or rows in an Excel sheet, reducing the need for configuration and maintenance in certain cases. Learn more about the new Loop Task here.
Improved the performance of task searching for faster results.
Added tags to tasks to enable easier filtering and organization.

Increased the timeout for starting Tekla and opening a model to 60 minutes, allowing for automated routines on larger models.
Added the ability to close pop-ups for Tekla, AutoCAD, and Navisworks, similar to the functionality in Revit. Click here to learn more about the popup closer.
Selecting a version of the CAD software in Start Navisworks, Start AutoCAD, and Start Tekla, and open model tasks is now more intuitive with a dropdown menu containing supported and installed versions.
Updated "Python script for Revit" task to support IronPython 3.4, allowing users to leverage the latest advancements and improvements in Python scripting for Revit. Keeping up with the latest version of IronPython ensures compatibility with the latest features, bug fixes, and performance optimizations, making it a good strategy to stay up-to-date with the latest version for enhanced productivity and reliability.
You can now rename your triggers.
Upgraded the ProjectWise API version in Assistant to 2.8.
Fixed a bug where the Tekla integration would not start when using the "Start Tekla and open model" task, causing Assistant to timeout and automated routines to stop.
Fixed a bug where defining the shortname attribute in an openmodel element, in Solibri Autorun task, pointing to a SMC file was not allowed and would stop autorun.
Fixed a bug where Solibri Autorun did not run solibri Office.
Fixed a bug where selecting a "Set active view" task provided the user with an exception.
Fixed a bug where the Assistant did not save which actions were checked.
Fixed a bug where pressing the "Reload" button in a macro resulted in the configured fields in the macro beeing blanked out.
Added support for authenticated web request using the IMacroHttpClient interface in .NET macros for Assistant, Tekla and AutoCAD. With these changes, all CAD integrations support this functionality. Click here to view an example
