Version 1.112

Features Introduced new Bread status Deduplicating which runs after Transforming and before Ready To Load. A batch runs in this phase that moves values from Temp Deduplication Key 1 (not unique) into Deduplication Key 1 (unique). The Deduplicate rule type can be used to give Temp Deduplication Key 1 a value. This status only appears if deduplication applies. Explicitly visualise new lines in Slice History and load plan, by showing “\n”. Slices bread already supported generating texts with a new line. 12-5-2024 | 123 orgs | 460 unit tests

Version 1.111

Features Created private AWS environment for Israel National Digital Agency. Configuration instructions: Set AWS Environment in Sliced Bread Settings to “Private” In Sliced Bread org set 1 as value for parameter slicedbread__Private_AWS_Environment. Create remote site setting for: https://o0dd36q8nj.execute-api.il-central-1.amazonaws.com 5-5-2024 | 118 orgs | 456 unit tests

Version 1.110

Features Added new formula function NUMBERVALUE(string). Function accepts integer strings and decimal strings with a ‘.’ or ‘,’. So NUMBERVALUE(“6”), NUMBERVALUE(“6.2”) and NUMBERVALUE(“6,2”) are all valid. Added integer feature parameter “Private AWS Environment”. Default value = -1 with meaning no private AWS Environment. 28-4-2024 | 114 orgs | 456 unit tests

Version 1.109

Features Added ability to cancel a bread while it’s slicing or processing. Once a bread is cancelled, full processing stops immediately. Cancelling bread will now ask for confirmation before cancelling. Bug Fixes Auto load will now automatically start loading a bread if it was in Slicing before reaching status Ready To Load. 21-4-2024 | 111 orgs | 455 unit tests

Version 1.108

Features Added formula validation that a formula is not allowed to include the output field as input field. Added formula function ENDS(text, compare_text). Completed recipe rule ordering between Transform and Load phase. This allows moving transform rules (except deduplicate) between load and transform phase. 14-4-2024 | 120 orgs | 450 unit tests

Version 1.107

Features Added new formula function ISVALIDEMAIL Added recipe rule ordering between Transform and Load phase (in progress) Bug Fixes Solved bug that when converting a Date/Time value in a Time field, that the time field is incorrectly converted to GMT. 10-4-2024 | 119 orgs | 450 unit tests

Version 1.106

Features Ability to slice CSV with file body a CSV column. For the file body a ContentDocument is created which is added to the slice. Note that current implementation has a high API usage, more than 2 API requests per slice. ContentDocument Id can be retrieved by a query rule on Content Document Link Bug Fixes Solved stack trace in Excel generation when multiple Excel documents are generated at the same time. Solved null pointer exception in inbound email handler when e-mail received with text attachments. Added missing SourceEditorController to permission sets. Fixed issue in export to file editor ordering. 7-4-2024 | 118 orgs | 449 unit tests

Version 1.105

Features Added ability to send a generated file to an email address. Applies to CSV, Excel and XML. Added merge field {!org_name} in specifying a file name. Applies to CSV, Excel and XML. 1-4-2024 | 117 orgs | 446 unit tests

Version 1.104

Bug Fixes Fixed bug with bread discard failed slices stopped working with the following exception thrown: User has no edit access to {slicedbread__Bread__c={slicedbread__Bread_Number__c}}. 27-3-2024 | 117 orgs | 444 unit tests

Version 1.103

Features Added formula functions MIN and MAX. 24-3-2024 | 115 orgs | 443 unit tests