Features
LPAD, RPAD, LEFT, and RIGHT functions now have auto-text conversion. Example: LPAD(MONTH(Date__vf), 2, '0)) now works and no longer needs to be LPAD(TEXT(MONTH(Date__vf)), 2, '0)).
Multi-line detection in the CSV slicer is disabled if the delimiter is a pipe symbol (“|”).
Pipe-delimited files are typically treated as flat, line-based records and rarely use proper CSV-style quoting for multi-line fields. Disabling multi-line detection avoids issues with unclosed quotes consuming the rest of the file, while preserving normal multi-line handling for comma- and semicolon-delimited CSVs.
Added new “Auto Repeat” feature to Recipe Jobs, only for type “Download File”. If checked, the recipe job will keep running until no more files are available to download. Handy if you have many files that need to be imported.
Bug Fixes
Now support a query rule with a query by ID in which the value is a 15-character string (e.g. select Account where Id = '001QI00000fOirY'). Updated QueryRule class to support processing of 15-character Salesforce IDs by attempting to convert them to 18-character IDs.
Connected Orgs
Show number of issues instead of error icon if the assertion follows this format: System.assertEquals(0, issues.size());
On the Critical tab, only show orgs with a critical issue.
Filter health checks on severity and org name.
Added ability to specify the phase of an org: Demo, Test, Project, Live, Support.
Various visual improvements.
24-8-2025 | 192 orgs | 783+31 unit tests