Version 1.139

Features Excel wizard now shows a clear error message if analysing Excel failed. So no more endless spinner. Added rule type “Discard”. Does exactly the same at the Validate rule type with Error Status = “Discarded”. Relabeled Bread Virtual Fields to “Recipe Parameters”. Added the ability to the XML extract rule to extract an attribute. Added the ability to schedule a recipe with the option to cancel previous breads with the same recipe. Upgraded api version to 62.0 for BuilderController, CreateRecordRule, QueryRule, UpdateRecordRule, UpsertRecordRule, DeleteRecordRule, DMLUtil. Not for SObjectUtil, because encountered a non-solvable Salesforce bug: “Access to entity ‘InvoiceLineTax’ denied. SObjectUtil is still on 61.0. Bug Fixes Store transform and load rule json in a Recipe Version record as non-pretty if needed to better fit in a Long Text Area field (131,072). Fixed issue in archiver with archiving too many breads in a single execution context. Changed 50 to 10. 20-10-2024 | 136 orgs | 581 unit tests

Version 1.138

Features XML slicer and import XML wizard. 13-10-2024 | 136 orgs | 576 unit tests

Version 1.137

Features Support both .xls and .xlsx Excel files. Added an advanced feature to the JSON slicer to remove a branch from the resulting slice JSON. Purpose is to avoid raw data that doesn’t fit into raw data (max 131,072 characters) or to avoid raw data that leads to excessive heap size in Salesforce when processing. Resulting JSON raw data will show value “REMOVED” from the removed branch instead of the original response. 6-10-2024 | 135 orgs | 576 unit tests

Version 1.136

Bug Fixes Fixed issue that integer values (or any other non-text type) cannot be saved in a text field. Excel slicer now skips empty rows. 1-10-2024 | 136 orgs | 576 unit tests

Version 1.135

Features XML Extract. 29-9-2024 | 137 orgs | 575 unit tests

Version 1.133

Features Excel wizard. Known issues: Not able to handle large files. Tested successfully with 4MB file, but gave issues with a 17MB file. Stage “Analysing File…” will keep on spinning if processing the file gives an issue, e.g. it’s not a valid Excel file. Error warning if no permission set assigned. Error warning if recipe cannot be saved because of storage exceeded. 22-9-2024 | 134 orgs | 529 unit tests

Version 1.129

Features Excel slicer. Removed “50P / 100S” badge. Added feature parameter “AWS Archiving Enabled”. 8-9-2024 | 131 orgs | 522 unit tests

Version 1.127

Features Sliced Bread Salesforce JSON Path implementation now supports basic filtering of lists. Only [?(@.key==value)] is supported. Sliced Bread now shows a summary of recipe settings as badges in the recipe builder. It will only do this for settings which are different from the default. This feature allows you to see at a glance what settings have been changed and to what value without opening the settings modal. Bug Fixes Fixed bug that Auto Load could sometimes cause the load phase to be started multiple times for a bread on AWS. Root cause of why this was still an issue: Salesforce unlocks a row on a callout. 11-8-2024 | 127 orgs | 511 unit tests

Version 1.126

Features Replaced the new red dot icon for a query rule with required result with a red asterix. Bug Fixes Select field pills in the query slicer were not wrapping across multiple lines anymore. Select fields in the query rule were not required. 2-8-2024 | 126 orgs | 504 unit tests

Version 1.125

Features Added the ability to specify for each input field of a query rule what should happen if the field is blank: fail, skip rule or use null in the query. Moved “Always expect result” from the Advanced tab to output validations. New convention for use of field asterixis in the recipe builder canvas. Red asterix: rule fails if field is blank. Black asterix: rule skips if the field is blank. New icon in the recipe builder canvas on rule level to show that the rule will fail if no query result is found. Bug Fixes Fixed issue in all 3 permission sets with missing read permission for Slice field: Bread Imported File Name. Improved error handling if the slice query in the rule processor fails, e.g. because read access is missing for a field. 30-7-2024 | 126 orgs | 504 unit tests