6.4.2
7 Oct 2022
BeginTransaction update fixed
If a REST operation or API call ends with a BeginTransaction function and that transaction has a SetValue as the last action in it setting $.Result
, this SetValue would be replaced with a Return during the update. This resulted in the transaction not being committed because the ExecutionPath never reached the end. The update was changed to instead show a validation and not replace the SetValue.

Plugins filter fixed
Plugins are now again being filtered according to what you type into the filter box.

Paste no longer fails when item contains InvalidReference
Fixed the issue where pasting any item containing an InvalidReference threw an exception saying Value cannot be null. (Parameter "key").
Various other fixes
Fixed bug where RunServiceFunction was not created when dropping Service Function into function
Last updated