Beta Released (12.0.0.29)

Browse Forums:

This window is now a docked panel.

Execute Script Action:

Currently, the Execute Script Action does not “fail” when a script error is encountered. This is because many scripts have expected errors that can be safely ignored (ie : drop table blah; where blah doesn’t exist generates an error but may be expected). This lack of ability to fail the Execute Script Action makes it very difficult to use when part of an If…Then…Else action (or other action that can detect another actions failed state). The ability to detect script errors and fail the action has been added as well as the ability to safely ignore errors so that the Action will complete successfully, even if an error occurs.

Idea Pond #811