Release Notes Automation Dock V3
Version | Release date | Notes |
3.1 | 03.12.2023 |
Works now more in line with how standard Excel functions work. In addition, when in the Test mode, columns P-Z display how the function was derived
● Example of how to execute a robot from VBA code: Sub Test() Dim addIn As COMAddIn,result as string Set addIn = Application.COMAddIns("AutomationDock") Result=addIn.Object.runprocess("name of the backup") End Sub ● Function returns “OK” if the call was successful or an error message if an issue occurs (for example when an invalid backup name is specified) |
3.0 | 25.10.2023 | New features
● In addition to the local (ADB) data repository, users can choose to store their logs, backups, scheduler, user defined functions and global variables online
● Ability to disable execution logging for testing purposes
● Ability to specify email addresses of users that should receive an email if the process execution fails
Action updates
● JSON value – allows for easy parsing of JSON values (see instructions tab for an overview) ● Get clipboard – replaces the previous “Clipboard” function ● Set clipboard – allows writing text to the clipboard
● Ability to specify extended Windows detection (1-60 seconds) ● Useful for Windows that open slowly or with a delay without the need to pause the step
|
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article