Addressed the following issues:
After the Go to Object script step was performed on an empty portal that did not allow the creation of records, the focus was not placed on the portal and the script step returned the error code 101 (“Record is missing”).
Opening a record and then closing the record without modifying it increased the internal record modification count returned by the Get(RecordModificationCount) function.
The CryptAuthCode function returned incorrect results for encoded text inputs.
The JSONGetElement function returned JSONBoolean and JSONNumber results as text instead of a number.
The JSONGetElement and JSONListValues functions returned the incorrect decimal separator for comma-based system locales.
External script steps evaluated calculated values for repetitions incorrectly.
The Set Variable script step did not set very large repetition values correctly.
Improved the performance of the SortValues and UniqueValues functions.