Conga Advantage Platform Jun '26 Release Notes
In these release notes, you can find new features and fixed and known issues for the Conga Advantage Platform Jun '26 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.
For training resources and feature overviews, visit the Conga Learning Center on Conga Community.
New Features
The following features are new to Conga Advantage Platform in this release.
ObjectDB APIs: 18-Character Identifier Field Support
Introduced the following changes to support 18-character identifiers (UID18) for custom Identifier fields:
- The Schema API (
POST /api/schema/v1/objects/{objectName}/fields) now supports configuring custom Identifier fields with an 18-character format (UID18), in addition to the standard 36-character GUID. - The Data API (
POST /api/data/v1/objects/{ObjectName}) now supports creating records with UID18 fields. Leave the field empty to auto-generate a unique 18-character ID, or provide a value. The platform validates any provided ID and returns a clear error if the format is invalid.
Choose the identifier format per field: 36-character GUID or 18-character UID, based on your integration needs.
Workflow Activity Reassignment
You can now reassign an active workflow step to another user or user group directly from the CLM application, without restarting the workflow. This is useful when the assigned user is unavailable, has left the team, or when responsibilities have changed. To support this, the following workflow activities now include a new Allow Reassignment option in their configuration settings: Approval, Interactive Decision, CLM Send for Review, CLM Implicit Interactive, Document Generation, and Esignature. When a reassignment occurs, the platform notifies both the previous and new assignees and logs the change in the audit trail.
Workato Launch and User Onboarding for Integration Hub
Integration Hub now supports direct access to Workato from within the application. You can launch Workato directly from the Integration Hub home page and recipe list page without manually navigating to Workato. The feature also simplifies user onboarding by automatically creating and managing Workato user accounts for first-time users. This enhancement provides the following capabilities:
- Launch Workato directly from Integration Hub in a new browser tab.
- Automatically onboard new Workato users and send invitation emails.
- Support seamless SAML SSO-based authentication for configured organizations.
- Prompt manual login for non-SAML organizations.
- Assign default Workato roles and workspace access during onboarding.
- Allow administrators to configure and manage the Workato SSO URL from Integration Hub settings.
For more information, see the Integration Hub.
Task Management Enhancements
Task Management now includes the following improvements:
- Verifiable TasksYou can now create Verifiable Tasks that require a reviewer before completion. These tasks include an In Review status, enabling a structured review workflow with clear role separation.
- Attachment Support in Task CreationYou can now upload and remove file attachments directly in the Create Task form, eliminating the need to navigate to the task's View page after creation.
- Task Visibility and Governance Enhancements
- Tasks can now be linked to custom objects in addition to standard objects.
- The Task widget displays tasks assigned to users both directly and through user groups.
- Draft tasks are visible only to administrators and task creators.
- Task actions such as Cancel, Edit, Delete, and Reassign are now role-based; only authorized users (admins, creators, or reviewers) can perform these actions, and tasks in terminal statuses (Completed or Cancelled) cannot be deleted.
- Time Component Support for Task FieldsTask date fields now include a time component, allowing you to set more precise schedules. The application prevents selecting past times, while system-generated fields such as completion and actual start times continue to be captured automatically.
For more details, see Creating a New Task and Task Management UI Overview.
Email Delivery Status Tracking for Send Email and Bulk Email APIs
The Send Email API (POST /api/email/v1/emails) and the new Bulk Email API (POST /api/email/v2/emails/bulk) now support returning a unique DeliveryStatusTrackingId when the ShouldTrackDeliveryStatus property is enabled in the TrackingOptions payload, allowing users to trace and verify email delivery events for both single and bulk email operations using GET /api/email/v1/emails/status/batch and GET /api/email/v1/emails/jobs/{jobId}.
Workflow and Service Hooks Failure Notifications
The conga advantage platform now supports email notifications for workflow and service hooks execution failures, helping administrators proactively monitor and troubleshoot runtime issues. Notifications are triggered for failures caused by feedback loop detection and general execution faults. This feature is disabled by default. To enable it, contact Conga Support. For more information, see Workflow and Service Hooks Execution Failure Notifications.
Schedule Reports for Dashboards and Charts
Administrators can now schedule dashboards and charts to be delivered automatically by email at recurring intervals. You can set up schedules directly from the dashboard, chart, or centralized Reports tab. This enhancement helps you automate report distribution, monitor KPIs more efficiently, and manage all report schedules from a single location. You can also configure delivery settings, recipients, schedules, and output formats to meet your reporting needs.
For more information, see Scheduling a Dashboard Report, Scheduling a Chart Report, Creating a Scheduled Report from the Reports Tab, and Manage Scheduled Reports.
Callback Workflows: Execute Custom API Activity for Extensible Validation
You can now extend platform validations using the Execute Custom API activity in Callback Workflows. This feature allows you to invoke custom logic during platform events (such as approval reassignment) without modifying the core application. It enables you to control whether an operation proceeds or fails based on your custom validation logic, while supporting bulk processing and structured error handling. To support this capability, a new Callback Workflow template is introduced, allowing you to build and deploy compatible custom code using a standard structure. For more information, see Execute Custom API.
Enhanced Workflow Activity Output Handling and Workflow Stability
Introduced improvements to workflow activity output handling, dependency validation, output reusability, and workflow stability.
Improved Workflow Stability: Improves workflow execution stability when activities are added, removed, or reordered within a workflow.
Enhanced Get Record Activity Output Handling: You can now use the output of the Get Record activity directly as a Record datatype in subsequent workflow steps. This allows you to easily access and use record field values in assignments, updates, conditions, and other workflow activities without manual conversion. This simplifies passing record data between activities, mapping record attributes to workflow variables, and building workflow logic based on record values. For more details, see Get Records activity.
Prevent Deletion of Activities with Dependent Outputs in Workflow Builder: Workflow Builder now prevents deletion of a Data Transformation (DTA) or HTTP Callout V2 activity when its Activity Output is used by other workflow activities. When you try to delete one of these activities, the workflow builder displays a validation message listing the dependent activities. You must remove or update those dependencies before you can delete the activity.
Restore Activity Output on Workflow Resume: Activity Output values are now saved in the workflow instance state and restored when the workflow resumes. This ensures that Data Transformation (DTA) variables and expressions that reference Activity Output continue to work correctly after workflow suspension and resume.
HTTP Callout and Data Transformation: Direct Access to Output Fields: You can now directly access individual fields from structured outputs in HTTP Callout and Data Transformation activities within workflow expressions and activity inputs. You can:
- Expand activity outputs in workflow resource pickers (constants, activity outputs, and variables) using IntelliSense.
- Navigate nested objects and view the full output hierarchy.
- Select primitive fields such as text, numbers, or true or false values and use them directly in Criteria builders (both old and new) and activity inputs.
Existing workflows continue to work as expected.
Recycle Bin
Introduced the Recycle Bin feature to help prevent accidental data loss. When you delete supported records, the system moves them to the Recycle Bin instead of permanently deleting them. You can:
- View deleted records
- Search and filter deleted items
- Preview deleted documents
- Permanently delete records when required
The system keeps deleted records in the Recycle Bin during the retention period before automatically removing them. Your assigned permissions determine the available access and actions. For more information, see the Recycle Bin.
Scheduler One-Time Job Auto-Deletion
Scheduler now automatically deletes one-time jobs after they run, so you no longer need to manage or clean up these jobs manually. This reduces unnecessary scheduler calls and improves performance, while recurring jobs continue to run as usual without any change in behavior.
Schema Manager: Global Search Support in Search Settings
Search Settings now supports Global Search configuration, allowing administrators to enable search across multiple objects using a single query. Added a new Global Search column in the Search Settings grid within Schema Manager, where administrators can select specific fields to include in Global Search after enabling Search for the field.
API Updates: Updated the existing api/search/v1/setting endpoint with these optional fields:
IsGlobalSearchEnabled: Enables or disables Global Search for the object.GlobalSearchFields: Defines the list of fields included in Global Search.
These updates are backward-compatible and do not affect existing integrations.
New API Endpoint: Added a new GET /api/search/v1/global-search-data-types endpoint to return supported field data types for Global Search configuration.
For more information, see Search Settings and Search APIs.
Login as User for Administrators
Administrators can now log in as eligible internal users directly from the User Management screen using the Login as User option. This capability allows administrators to view the application exactly as the user experiences it, making it easier to:
- Troubleshoot and resolve issues faster by identifying the root cause directly from the user's perspective, without waiting for Technical Support availability.
- Train and guide users by reviewing the content and options available to them in real time.
- Validate permissions and access by verifying the settings assigned to users on specific documents, objects, and features.
By enabling self-service support and reducing dependency on external troubleshooting channels, the Login as User feature helps cut resolution times and enhances overall productivity across the organization.
For more information, see Login as User.
System Admin User: Action Restrictions
The System Admin User account is read-only and cannot be modified. To make this clear, the User Management UI no longer shows any modification options on this account. Previously, these options were visible but did not work. This update removes them to provide a clearer and more consistent experience. For more information, see User Administration.
Pre-Sync Validator for Data Sync
The Pre-Sync Validator is a new automated validation engine that checks your Data Sync configuration before a sync runs or a schedule is saved. The following changes are available in the Data Sync module:
- On the Mapped Objects screen, clicking Sync Now triggers validation before the sync starts.
- On the Sync Schedule screen, the Save button is renamed to Validate & Save and runs validation before saving the schedule.
- In Email Notification Settings, two new toggles, Enable PreSync Validation Notification and Enable PreSync Validation Notification on Schedule, let you receive validation results by email.
Soft failures display a warning and let you download a validation report before continuing. Hard failures block the sync or save action until you resolve the critical issues. Hard failures also include cases where a source object in Salesforce does not exist or is not accessible to the connected user, or where a source field exists in Salesforce but is missing in the target schema.
For more information, see Running Data Sync on Demand, Data Sync Schedule, Configuring Email Notification Settings, and Review Pre-Sync Validation Results.
Selective Migration Improvements
The following enhancements are introduced in selective migration:
- Criteria Builder: Selective Migration now supports a criteria builder in the data tab that gives you more granular control to migrate selective data. Using the criteria builder, you can apply criteria to select only records you want to migrate and estimate data volumes in advance.Additionally, under the schema tab, you can see a comparison report highlighting schema changes between source and target, allowing you to only migrate changed entities. You can also download detailed comparison reports to understand modified, added items in the source.
- Select All Option in Data Tab: Introduced a Select All option in the Data tab, allowing you to select all objects at once, with or without applied filters. This enhancement supports bulk selection across all filter and selection scenarios, making it easier to manage large sets of objects efficiently.
For more information, see Performing Selective Migration.
Enhanced Salesforce Data Sync Capabilities and Reliability
Introduced multiple enhancements to Salesforce Data Sync to improve integration flexibility, synchronization reliability, document support, and data consistency across synced records.
- New Support for External Client App: Added support for Salesforce External Client Apps using the OAuth 2.0 Client Credentials Flow to enable secure, non-interactive server-to-server integrations. For more details, see Configure OAuth 2.0 Authentication for Salesforce Data Sync.
- Enhanced LineItem Reverse Sync Logic: Enhanced the LineItem reverse sync process with automatic retry logic to handle intermittent connection and server interruptions, improving synchronization reliability.
- Salesforce Content Libraries Sync Support: Added support for synchronizing executed agreement documents stored as Salesforce ContentVersion files within Salesforce Content Libraries into the Conga Advantage Platform.
- Support Multiple Target Objects in Forward Sync: You can now configure multiple forward sync mappings for a single Salesforce object. The system also supports dependent lookup field synchronization after related records are synced.
- Sync Attributes from Primary to Secondary Line Items: Enhanced reverse sync to automatically copy attribute lookup values from primary line items to related secondary charge line items. This behavior is controlled by a flag:
- When true: During reverse sync, secondary line items inherit and display the attribute values from their parent primary line item.
- When false: The system follows the existing behavior. It does not sync attributes from primary to secondary line items.
- Scheduled Data Sync User Context Preservation: Scheduled data sync always runs in the context of the user who originally created the schedule. This behavior remains unchanged even if other users update Salesforce settings, platform configurations, or modify the schedule. Each schedule continues to use its original user context, ensuring consistent execution and reducing permission-related sync failures.
Telemetry Logs Enhancements
The Telemetry Logs feature now includes the following improvements:- Log Details Panel: A new Log Details panel lets you view log metadata, copy identifiers such as Trace ID and Span ID, and review log output details (error messages, stack traces, and informational messages) while navigating between logs without losing your current filters.
- Log Listing with Span ID: The log listing page now displays the Span ID and Duration of each operation, helping you better trace and analyze requests across services.
- Service Name Filtering: Telemetry logs now show entries for custom code services by default, helping reduce unnecessary logs.
- Export Larger Logs: You can now export larger log files, with increased limits from 5 MB to 20 MB.
For more information, see Telemetry Logs and Log Details.
Migration Hub: Incremental Migration
Introduced Incremental Migration, enabling you to synchronize only new, modified, and deleted data between organizations since the last successful migration. Incremental Migration uses a baseline from a previous Full or Selective Migration to automatically detect changes and migrate only what has changed. This enhancement helps reduce migration time, optimize resource usage, and simplify recurring synchronization tasks.
For more information, see Migration Manager and Incremental Migration.
Enhanced List View Editing and UI Rule Handling
Improved list view usability and UI rule behavior to simplify data management and provide a more consistent editing experience.
Long Text Fields Display as Text Areas in List Views
List and grid views now display long text (LONGSTRING) fields as editable text areas, allowing you to read and update lengthy content directly from the grid without opening the details page. You can expand long content using the Show more option and edit multiline text directly within the list view. The application automatically saves changes when the field loses focus.
CX Studio UI Rules Clear Hidden Field Values on Save
CX Studio now automatically clears field values when a UI visibility rule hides a field at the time you save a record. If the field becomes visible again later, the application displays the field as empty, ensuring more consistent and predictable UI behavior. This change affects only fields hidden by UI visibility rules during save and does not affect visible fields or values cleared manually.
Modern UI Experience
A new Modern UI experience is now available, providing a refreshed and streamlined interface designed to improve usability and navigation across the platform. Organizations can gradually transition users between the Classic UI and Modern UI while maintaining flexibility during adoption.
Administrators can now manage access to the Modern UI at the organization level using the new Modern UI toggle in Organization Management. When enabled, users automatically launch into the Modern UI and can switch between Classic UI and Modern UI based on their preference. When disabled, all users continue using the Classic UI and cannot access the Modern UI.
Users can switch to the Modern UI from the profile menu in the Classic UI. In the Modern UI, users can switch back to the Classic UI using the UI Version option under the profile menu.
For more information, see Switch between Classic UI and Modern UI.
DOC ID: RLPJUN26.20260601
