Preview: Conga Advantage Platform 202509.2.0 Release Notes
In these release notes, you can find new features and enhancements and fixed and known issues for the Conga Advantage Platform 202509.2.0 release. For documentation updates, see What's New in Conga Advantage Platform Documentation.
This documentation may describe optional features for which you have not purchased a license; therefore your solution or implementation may differ from what is described here. Contact your customer success manager (CSM) or account executive (AE) to discuss your specific features and licensing.
To access the learning path, including overviews and demonstrations of this release’s updated features and enhancements, visit the Conga Learning Center.
New Features and Enhancements
The following features are new to Conga Advantage Platform in this release.
Invalid Domain Email Validation
The application now blocks email addresses ending with .invalid
, .localhost
, .example
, and .test
domain extensions during email delivery. This ensures that emails are not sent to invalid domains and prevents delivery failures.
Hourly Frequency Support for Scheduling Custom Code
You can now schedule custom code jobs to run once per hour using the existing POST /api/extensibility/v1/servicehooks/rules
API. This new hourly option adds to the existing daily, weekly, monthly, and yearly intervals, giving you more flexibility to automate and manage your jobs.
Workflow Loop Activity: Nested Loop Support
You can now configure a nested loop (a loop inside another loop) in the Loop Activity. Each loop runs independently, avoids infinite execution, and delivers accurate results. You can design workflows that handle multiple levels of records, such as contracts with clauses or quotes with line items, with greater reliability.
Record Trigger: Intellisense Criteria Builder Support
The Record Trigger activity in Standalone and Staged workflows now supports the Intellisense Criteria Builder. The builder supports grouped and nested conditions, validates criteria, and does not affect existing workflows. When you edit criteria in the Record Trigger activity of an existing workflow, the editor shows a toggle in the top-right corner to switch to the new builder:
- Switch to new Trigger Condition for Create and/or Delete
- Switch to new Trigger Condition for Update
For details on using the new Criteria Builder and migrating existing criteria to it, see the Workflow Creation and Record Trigger topics.
Bulk Runtime API for UOM and Frequency Conversions
You can now retrieve multiple unit of measure (UOM) and frequency conversion rates in a single request using the new bulk runtime APIs:
- POST
/api/conversion-management/v1/query/uom-conversion-rates/bulk
- POST
/api/conversion-management/v1/query/frequency-conversion-rates/bulk
In addition, the following APIs are available to retrieve the converted values for a specific frequency or UOM:
- POST
/api/conversion-management/v1/query/frequency-conversion
- POST
/api/conversion-management/v1/query/uom-conversion
Cron Expression Support in Scheduler API
You can now use the CronExpression parameter in the POST /api/scheduler/v1/jobs/cron
API to schedule jobs using custom cron expressions. You can choose to use either the CronExpression model or the existing Frequency model, but not both at the same time. This enhancement gives you more flexibility and precision in defining job schedules. For more information, see Create a New Cron Scheduled Job API.
Scheduler API: Increased Job Name Limit
You can now define job names up to 64 characters in the Scheduler API, compared to the previous limit of 26. This gives you more flexibility to use descriptive job names, making it easier to organize and identify your scheduled tasks.
Fixed Issues
The following issues are fixed in this release. If any actions are required, they will be listed in this table.
Case Number | Conga Internal ID | Description |
---|---|---|
00947354 | PLATFORM-21973 | Users cannot proceed with carts when a product has duplicate records in the ProductModelLibrary object. |
- | PLATFORM-21371 | Number and currency formula fields do not support returning explicit null values. |
Known Issues
The following unresolved issues are known to Conga at the time of this release.
Conga Internal ID | Description |
---|---|
EUF-5571 | The Navigate flow for the Action Function on a custom button in the page header does not pass the current record ID to the external URL as expected. |
DOC ID: RLP202509.2.0RN20251006