MuleSoft Composer Release Notes
Use MuleSoft Composer to build connected experiences faster. You don’t need to wait for development resources to unlock data, integrate apps, and automate business processes that create real customer value.
New versions are automatically available once they are released; you don’t need to perform any tasks to move to the new version.
See Known Issues and Limitations for MuleSoft Composer for a list of known issues and limitations by date.
July 9, 2024
Fixed Issues
Issue Resolution | ID |
---|---|
In Workday Connector, testing a flow that has an error handler containing a Workday connection no longer gets stuck in the processing status and incorrectly fails with the |
W-15239656 |
May 17, 2024
Fixed Issues
Issue Resolution | ID |
---|---|
NetSuite Connector no longer fails to retrieve custom values in an Inventory record. |
W-15138793 |
In NetSuite Connector, the Get Records action now returns the correct |
W-15194262 |
March 21, 2024
What’s New
-
You can now view descriptions of connector actions and triggers directly under their respective names.
March 15, 2024
Fixed Issues
Issue Resolution | ID |
---|---|
After an access token expires, Salesforce Marketing Cloud Connector now properly refreshes the access token. |
W-14979479 |
March 11, 2024
Fixed Issues
Issue Resolution | ID |
---|---|
In Jira Connector, you can now create new connections in Composer as intended. |
W-15070963 |
February 28, 2024
Fixed Issues
Issue Resolution | ID |
---|---|
Microsoft Dynamics 365 Business Central Connector no longer incorrectly fails with an |
W-14824218 |
February 26, 2024
What’s New
-
A beta feature is now available to enhance automation and integration which allows you to publish your activated Composer Flows to a trusted Salesforce organization.
January 9, 2024
What’s New
-
For triggers in the following connectors, the Polling Frequency field is now required:
-
Microsoft Dynamics 365 Business Central
-
Workday
-
Xero
This field enables you to select how often Composer makes a request to the underling system API to look for changes to records in active flows.
-
December 14, 2023
What’s New
-
For triggers in the following connectors, the Polling Frequency field is now required:
-
MuleSoft RPA
-
Sage Intacct
-
SAP S/4HANA Cloud
-
ServiceNow
-
Slack
-
Snowflake
-
Zendesk
This field enables you to select how often Composer makes a request to the underling system API to look for changes to records in active flows.
-
-
API Sharing is now available for single-tenant, Anypoint Platform organizations in Composer. API Sharing is limited to the Exchange API Asset in the same Anypoint organization. This enables Composer to expand the connectivity to more systems, to have more control over both API management and governance, and to consume complex APIs built in Anypoint Platform.
December 6, 2023
What’s New
-
For triggers in the following connectors, the Polling Frequency field is now required:
-
Asana
-
Box
-
Gmail
-
Google Big Query
-
Google Sheets
-
Hubspot
-
Jira
-
Marketo
-
Netsuite
This field enables you to select how often Composer makes a request to the underling system API to look for changes to records in active flows.
-
December 1, 2023
What’s New
-
For triggers in QuickBooks Online Connector and Stripe Connector, the Polling Frequency field is now required. This field enables you to select how often Composer makes a request to the underling system API to look for changes to records in active flows.
November 20, 2023
What’s New
-
A new page, Connections, is available in the navigation pane. Using this page, you can easily view connections, see which flows currently use each connection, delete connections, and edit the names of connections.
November 15, 2023
What’s New
-
Salesforce Connector now supports Salesforce API v59.0.
November 14, 2023
What’s New
-
For triggers in Salesforce Connector, the Polling Frequency field is now required. This field enables you to select how often Composer makes a request to the underling system API to look for changes to records in active flows.
November 13, 2023
What’s New
-
You can now search for templates (by template name, connector name, or template description) and filter templates (by use case category or connector).
October 31, 2023
What’s New
-
When selecting outputs for an Invocable Flow, the
List<Primitive>
andList<Object>
data types are now available. Additionally, you can append or prepend items to your List variable using dynamic or static list mappings.
October 19, 2023
What’s New
-
When defining a variable, the
List<Primitive>
andList<Object>
data types are now available. Additionally, you can append or prepend items to yourList
variable using dynamic or static list mappings. -
You can now define a primitive list by mapping a
List<Object>
data pill to a primitive list value within your flow. -
You now have the option to change connections for all steps (at the flow level) instead of individually changing connections for each step.
October 13, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
Implemented backend changes in HubSpot Connector to support Mule Runtime 4.5.0. |
W-14224733 |
October 5, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
SAP S/4HANA Cloud Connector no longer throws a null error when retrieving metadata for some entity types. |
W-13568493, W-14194111 |
October 4, 2023
What’s New
-
Using typeahead, you can now create a list of primitive data types statically by using [ ] in the Custom Expression Editor, for example, [name1@gmail.com, name2@gmail.com].
-
You can now use a statically-built list as an input parameter in the
joinBy
function.
October 3, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
If the access token fails to refresh in a flow, you are now informed about the issue. You can now see the error in Run History and in an email notification (if opted-in). You must restart the flow to benefit from this fixed issue. |
W-13628406 |
September 21, 2023
What’s New
-
Picklist Mapping is now enabled for all string fields. Using Picklist Mapping, you can map data from one application with the corresponding data needed by another application. This enables you to connect two applications that have different values for a similar field and to align the values in those fields across applications. You can determine how the possible values of an output field (data pill) map to the possible values of an input field. You can reuse the mapping across flows.
-
You can now specify output fields in your invocable Composer flow so that these output fields are returned in the response payload to the system that triggers the invocable Composer flow.
August 25, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Jira Connector, file transfer from Jira to Salesforce now works as intended. |
W-13632302 |
August 17, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, the |
W-13896697 |
August 16, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
Salesforce Connector now displays errors when object or field permissions are removed. |
W-13625323 |
August 7, 2023
What’s New
-
In the Custom Expression Editor, you can now update any
List<Primitive>
(for example,List<String>
orList<Number>
) and manually build a list using commas and the typeahead feature. You cannot build the list in-line; however, you can select an existingList
data pill of that data type to build your list. -
The following
List
functions are now available for the Custom Expression Editor:-
joinBy
: Merges a list into a single string value and uses the provided string as a separator between each item in the list. -
splitBy
: Splits a string into a list of strings based on a separating string that matches part of the input string.
-
July 31, 2023
What’s New
-
You can now invoke a Composer flow from external systems, such as Flow Builder, Flow Orchestration, another Composer flow, an Apex callout, or a cURL command. This feature enables deeper interoperability and integrated capabilities across Salesforce. For more information, refer to Invoke a Composer Flow.
July 27, 2023
What’s New
-
To enhance connectivity, you can now use OAuth 2.0 Client Credentials to create a connection in Composer to MuleSoft RPA Connector.
July 14, 2023
What’s New
-
In Stripe Connector, the On New Refund trigger now outputs the following fields:
-
Balance Transaction
-
Payment Intent
-
Charge ID
-
July 12, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, design metadata errors are now shown to the user. |
W-13587716 |
July 10, 2023
What’s New
-
To improve discoverability, you can now refresh the value providers and other fields in a step within your flow by clicking the refresh button on the step header. This button appears when you hover above the refresh button for the step.
July 3, 2023
What’s New
-
The following enhancements appear on the Flow Details page:
-
The Last Triggered field now appears in the heading of the Flow Details page. This field displays the last time that a flow was triggered. Refreshing the Flow Details page also refreshes the value in the Last Triggered field.
-
The Reference ID field now appears in the Run History section. For Event triggers, the value in this field is the corresponding Record ID. For events triggered by the Scheduler, a unique Execution ID value is created for the run instance.
-
Fixed Issues
Issue Resolution | ID |
---|---|
In RPA Connector, the RPA Process Execution Completed trigger no longer fails every few seconds with an |
W-13697777 |
June 28, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In RPA Connector, if a connection exception occurs, the RPA Process Execution Completed trigger now reconnects. |
W-13280827 |
June 27, 2023
What’s New
-
You can now define a variable as temporary storage in your flow and use it as a data pill. Defining a variable enables you to complete certain use cases like aggregating calculations and storing values. You define variables locally within a flow and use them anywhere within that flow.
June 26, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Jira Connector, custom fields are now visible in projects with no issues created. |
W-13498207 |
June 21, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
Salesforce Connector now properly displays required DateTime fields. |
W-13606652 |
June 20, 2023
What’s New
-
The Custom Expression Editor now supports typeahead. You can now type math operators in the Custom Expression Editor and select them using the Enter key, Tab key, or mouse with typeahead. You no longer need to toggle the operator tab and manually select the math operator from the list.
June 15, 2023
What’s New
-
The Error Handler is now generally available. You can use this feature to watch for errors in connection or logic in specific steps of your flow and then designate logic to handle the errors that may occur.
June 13, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Salesforce Connector, the Get records action no longer throws an error when the value of a condition contains an apostrophe. |
W-13192901 |
June 8, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, custom fields now appear as intended. |
W-13552619 |
June 6, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
The fromStringToDateTime function now preserves the timezone as intended. Active flows receive this change when they are deactivated. Inactive flows show an error and you must manually change the format parameter of the formula to |
W-13488568 |
June 3, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, custom fields now appear as intended for the RETURN_AUTHORIZATION record type. |
W-13484699 |
May 31, 2023
What’s New
-
You can now connect to a new system: SAP S/4HANA Cloud.
See the product documentation for details about each connector.
Fixed Issues
Issue Resolution | ID |
---|---|
QuickBooks Connector now includes an enhanced implementation for input parameters, such as better mapping when input parameters are not specified or are |
W-13280661 |
In NetSuite Connector, custom fields now appear as intended. |
W-13222742, W-13304252, W-13481333 |
May 25, 2023
What’s New
-
When adding a trigger or an action, you can now use the new search bar in the System Action and System Event windows to enter the specific name of a connector or shared API to use in your flow.
May 24, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Sage Intacct Connector, the New or Updated Customer trigger now uses the correct watermark time pattern, which prevents errors in processing the request. |
W-13119901 |
May 17, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Jira Connector, the exception message is now more clear when there is an invalid organization site URL. |
W-13143023 |
May 12, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Salesforce Connector, custom metadata objects are no longer shown as metadata keys for the Create new record, Update record, and Create or update record actions as intended. |
W-13182376 |
May 9, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
Sage Connector now automatically reconnects when there is a session timeout. |
W-13003862 |
May 8, 2023
What’s New
-
A new option, Only the first record, is now enabled for the Get records action in Salesforce and NetSuite Connectors. Using this option, you can return a single record by using a unique identifier in your search criteria. When selected, the Get records action searches for all records that meet the selected criteria and returns the first record in the list that meets the criteria.
May 5, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
To resolve metadata load errors caused by timeouts, requests to retrieve metadata from the API in NetSuite Connector are now optimized. |
W-12411817 |
May 3, 2023
What’s New
-
An optional new field, Organization Site URL, appears when creating a connection for Jira Connector. The Organization Site URL field enables you to enter the URL of the Jira organization containing the sandbox or production environment to which you want to connect.
April 25, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
Snowflake Connector now validates account names by checking for invalid special characters. |
W-12598991 |
In NetSuite Connector, the Get Records action now correctly supports the OTHER_CHARGE_SALE_ITEM record type. |
W-13001785 |
April 20, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
Error messages in HTTP Connector now display more precise error types. |
W-12483461 |
When you complete the Operation Values field in REST Consumer Connector, an error indicating that a value is required no longer occurs. |
W-12648223 |
Rest Consumer Connector now properly recognizes the values provided in the Client Secret and Client ID fields while using API Sharing. |
W-12601570 |
April 17, 2023
What’s New
-
The Error Handler (Beta) is now available. You can use this feature to watch for errors in connection or logic in specific steps of your flow and then designate logic to handle the errors that may occur.
April 12, 2023
What’s New
-
The Custom Expression Editor now supports the following
string
functions:-
emptyString
-
substring
-
Fixed Issues
Issue Resolution | ID |
---|---|
In QuickBooks Online Connector, an exception with an unknown description no longer occurs when custom fields are not specified. |
W-12724854 |
April 11, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Xero Connector, fixed the issue in which a flow using the Create or Update Invoice object was not triggered when testing. |
W-12670939 |
April 4, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Jira Connector, the Get issues action now works as intended when the Type field contains a whitespace. |
W-12760964 |
April 3, 2023
What’s New
-
The following actions are now available for Slack Connector:
-
Add users to channel
-
Create channel
-
Send direct message to multiple users
-
March 28, 2023
What’s New
-
If a connector update or bug fix may cause interruptions to your flows, you now receive an email describing these updates and outlining which flows you should stop and reactivate to avoid flow failures.
March 24, 2023
What’s New
-
In NetSuite Connector, the log on time metadata is now registered to each record.
-
In NetSuite Connector, the metadata for the File object is now available for the Create Actions record.
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, the Get Records action no longer returns the incorrect record for the LOT_NUMBERED_ASSEMBLY_ITEM record type. |
W-12473442 |
In NetSuite Connector, the USER_ERROR: Invalid log in attempt error no longer occurs. |
W-12619973 |
In NetSuite Connector, the Name field no longer appears in write operations. |
W-12428757 |
In NetSuite Connector, the Type dropdown in the Get Records action no longer causes a NETSUITE_SOAP_FAULT error. |
W-12572300 |
The NetSuite Connector no longer fails to parse the com.sun.xml.internal.stream.events.EndElementEvent error response. |
W-12573323 |
March 23, 2023
What’s New
-
Previously, boolean fields that supported expressions rendered as either text fields or as picklists. All boolean fields that support expressions now render as a hybrid field that supports both text fields and picklists. Additionally, if you manually enter
true
orfalse
into a text field, the field automatically selects the corresponding dropdown value regardless of letter case. -
When hovering over data type icons for fields, informational tooltips now appear.
March 22, 2023
What’s New
-
You can now connect to a new system: Google BigQuery.
See the product documentation for details about each connector.
March 13, 2023
What’s New
-
You can now import a flow as a JSON file by clicking the wrench icon and selecting Import. The import flows feature is in open beta.
March 9, 2023
What’s New
-
In Salesforce Connector, the Run History page now displays detailed error log information to enable effective troubleshooting. Error logs now include the date and time on which the error occurred, an explanation of the error, and the location within the flow where the error occurred.
March 2, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the issue in Jira Connector that occurred when there was a discrepancy between data providers containing the field |
W-12270412 |
February 27, 2023
What’s New
-
If a Composer connector supports a default value for a field, that value now appears and is selected in the Composer UI; however, the user can choose to override the default value.
February 21, 2023
What’s New
-
The Composer Administrator permission set is now available. After the installation of Composer, the system administrator can assign the following permissions to users:
-
The Composer Administrator has access to the Settings page and can manage email preferences and API Sharing.
-
The Composer User has general access to Composer functionality such as building and managing flows.
-
-
The Settings page is now available for those with the Composer Administrator permission set. On this page, you can view and edit email notification settings.
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the possible null pointer exception that sometimes occurred when custom fields were not specified. |
W-12572592 |
February 17, 2023
What’s New
-
In Gmail Connector, the On New Email trigger and the Send email action now support attachments.
-
The Get Attachments action is now available for Gmail Connector.
Fixed Issues
Issue Resolution | ID |
---|---|
In Zendesk Connector, the external ID value is now represented as a string instead of a number as per the Zendesk API. |
W-12360287 |
February 15, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Tableau Connector, the native libraries were upgraded to address reported security vulnerabilities. |
W-11453219 |
February 13, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In HTTP Connector, the correct payload is now sent when a top-level array is defined in the API specification endpoint. |
W-12373559 |
February 8, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
Now, when you open a flow, all steps aside from If/Else Blocks and For Each Loops are collapsed to provide a navigable outline of the flow. |
W-12515426 |
February 7, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Rest Consumer Connector, the correct payload is now sent when a top-level array is defined in the API specification endpoint. |
W-12373559 |
February 6, 2023
What’s New
-
You can now connect to a new system: Sage Intacct.
See the product documentation for details about each connector.
February 3, 2023
What’s New
-
The following enhancements have been made for Microsoft Dynamics 365 Business Central Connector:
-
The Create Sales Order action now enables users to create a list of sales order lines within the sales order object.
-
The Update Sales Order action now enables users to update a list of sales order lines in addition to the sales order object.
-
The Get Sales Orders action now enables users to retrieve sales order lines corresponding to a filtered list of sales orders.
-
The On New or Updated Sales Order trigger now checks for new or updated sales order lines in addition to new or updated sales orders.
-
If you use a Display Name for the company, the Display Name is now populated in the Company ID dropdown instead of the Company Name.
-
February 1, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In Jira Connector, the metadata output for the |
W-11899482 |
In Jira Connector, the Retrieve attachment action now shows the detailed error message returned by the Jira endpoint. |
W-12282452 |
January 30, 2023
What’s New
-
Quickbooks Online Connector now supports custom fields for actions and triggers.
-
The following actions are now available for Quickbooks Online Connector:
-
Create Estimate
-
Get Estimate
-
Update Estimate
-
-
The following triggers are now available for Quickbooks Online Connector:
-
On New Estimate
-
On New or Updated Estimate
-
January 26, 2023
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, metadata load logging is now enhanced. |
W-12412287, W-12244102 |
In NetSuite Connector, records now show custom segments as intended. |
W-12244102 |
January 20, 2023
What’s New
-
The following record types are now available for NetSuite Connector:
-
BILLING_SCHEDULE
-
CLASSIFICATION
-
GIFT_CERTIFICATE_ITEM
-
INVENTORY_ADJUSTMENT
-
ITEM_RECEIPT
-
LOT_NUMBERED_ASSEMBLY_ITEM
-
OTHER_CHARGE_PURCHASE_ITEM
-
OTHER_CHARGE_RESALE_ITEM
-
OTHER_CHARGE_SALE_ITEM
-
SERIALIZED_ASSEMBLY_ITEM
-
SERIALIZED_INVENTORY_ITEM
-
TRANSFER_ORDER
-
January 16, 2023
What’s New
-
In Snowflake Connector, the Select Rows action now includes enhanced sample data resolution.
January 13, 2023
What’s New
-
The following record types are now available for NetSuite Connector:
-
ITEM_FULFILLMENT
-
ITEM_GROUP
-
KIT_ITEM
-
Fixed Issues
Issue | ID |
---|---|
In NetSuite Connector, |
W-12029245 |
In NetSuite Connector, External ID is now shown in custom fields when creating or updating a record. |
W-11951099 |
In NetSuite Connector, errors are no longer overridden when warnings are present. |
W-12165594 |
January 12, 2023
What’s New
-
HTTP Connector now supports the following pagination type for fields: Offset.
January 11, 2023
What’s New
-
ServiceNow Connector now supports the Tokyo release.
December 23, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
In Salesforce Connector, the Upload file and Download file actions no longer incorrectly throw a |
W-12236769 |
December 15, 2022
What’s New
-
The On New Message trigger is once again available for Slack Connector. The following enhancements have been made to the trigger:
-
The Created field now supports a date picker.
-
The Limit field now supports only numeric values.
-
The Limit field now defaults to
100
. -
Messages returned by the trigger now appear in ascending order by time.
-
-
In Slack Connector, the Conversation ID field has been renamed to Conversation Name. Additionally, this field is now supported by a dropdown.
December 14, 2022
What’s New
-
If you attempt to use a data pill in a scope where the value could be null or empty, a message alerting the user now appears.
December 13, 2022
What’s New
-
In Salesforce Connector, Composer logging now includes enhanced error codes and messages when the API returns
ApiFault
errors.
Fixed Issues
Issue Resolution | ID |
---|---|
In ServiceNow Connector, the New/Updated Record trigger now picks up messages for all appropriate timestamps. |
W-12176039 |
In ServiceNow Connector, sudden disconnections in high workload scenarios no longer occur. |
W-12035222 |
In ServiceNow Connector, the componentorg.apache.commons library is upgraded to version 1.10.0 to address reported security vulnerabilities. |
W-11913979 |
In ServiceNow Connector, the org.springframework library is upgraded to version 5.3.20 to address reported security vulnerabilities. |
W-12150392 |
In Salesforce Connector, the triggers and the Get records action now support the |
W-11752116 |
In Salesforce Connector, the Delete record action no longer incorrectly throws a |
W-12211471 |
In Salesforce Connector, the triggers no longer have a potential data loss when the watermark is not used properly. |
W-12128874 |
In Jira Connector, the com.fasterxml.jackson.core library is upgraded to version 2.14.1 to address reported security vulnerabilities. |
W-11933499 |
In Jira Connector, the org.apache.commons-text library is upgraded to version 1.10.0 to address reported security vulnerabilities. |
W-12004679 |
December 12, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
In Zendesk Connector, the com.fasterxml.jackson.core library is upgraded to version 2.13.4.1 to address reported security vulnerabilities. |
W-11933496 |
In Zendesk Connector, the connection no longer breaks when Zendesk triggers are idle for long durations when deployed on CloudHub. |
W-12040415 |
December 7, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
Previously, if a deactivated flow was reactivated, that flow would erroneously pick up events that occurred while the flow was deactivated. Now, when a flow is deactivated, the object store data for that flow is erased so that the flow will start fresh upon reactivation. |
W-12120985 |
November 29, 2022
What’s New
-
In HTTP Connector, the OAuth 2.0 Authorization Code Grant connection provider now supports the ability to set custom request headers for Token Exchange, Token Refresh, and Token Revoke.
Some systems, such as Fortnox and QuickBooks, require sending credentials as request headers during the OAuth dance. With custom request headers, you can now connect to these systems using HTTP Connector.
November 21, 2022
What’s New
-
All users now have permission to view and manage all flows within your organizations.
November 17, 2022
What’s New
-
When an error occurs, the Run History page now provides the step name, step number, connector type, and the error message to enable you to troubleshoot issues within your flow.
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, mapping now works properly when the same custom list field is between multiple items in one record. |
W-12041041 |
November 8, 2022
What’s New
-
You can now connect to two new systems: Marketo and Snowflake.
See the product documentation for details about each connector.
November 3, 2022
What’s New
-
The following record types are now available for NetSuite Connector:
-
DEPARTMENT
-
LOCATION
-
PRICE_LEVEL
-
SUBSIDIARY
-
-
In HTTP Connector, connectivity tests for the OAuth2 Authorization Code Connection Provider are now enabled.
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, the Jackson Databind library is upgraded to version 2.13.4.2 to address reported security vulnerabilities. |
W-11963381 |
When connected to Jira, HTTP Connector now retrieves error messages when errors occur. Previously errors were only recorded in the Jira log. |
W-11816468 |
When connected to Shopify, HTTP Connector flow tests no longer run indefinitely and return errors. |
W-11821763, W-11819981 |
November 1, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
In Slack Connector, the On New Message trigger has been disabled and is no longer available. |
W-11972430 |
October 31, 2022
What’s New
-
You can now create new flows from templates. This release includes support for the following templates:
-
Create Or Update Jira Issue for Associated Change Request in Salesforce
-
Create Or Update Jira Issue for Associated Work Plan in Salesforce
-
Create Or Update Jira Issue for Associated Work Step in Salesforce
-
Create Change Request in Salesforce for Associated Jira Issue
-
Update Change Request in Salesforce for Associated Jira Issue
-
Create Work Plan in Salesforce for Associated Jira Issue
-
Update Work Plan in Salesforce for Associated Jira Issue
-
Create Work Step in Salesforce for Associated Jira Issue
-
Update Work Step in Salesforce for Associated Jira Issue
-
Create or Update Incident and Asset for Associated ServiceNow Incident
-
Create or Update ServiceNow Incident for Associated Incident in Salesforce
-
Create Configuration Item for Associated Incident Asset in Salesforce
-
Create or Update Netsuite Credit Memo for Associated Posted Credit Memo in Salesforce
-
Create or Update Netsuite Customer for Associated Account in Salesforce
-
Create or Update Netsuite Customer Payment for Associated Processed Payment in Salesforce
-
Create or Update NetSuite Inventory Item for Associated Active Product in Salesforce
-
Create or Update Netsuite Invoice for Associated Posted Invoice in Salesforce
-
Create or Update Netsuite Sales Order for Associated Activated Order in Salesforce
Templates are patterns that you can leverage to build a flow. All of the steps and field mappings are predefined, so you can select the template and enter the missing information for the various connectors used (such as connection secrets) to create a flow you can later customize. Since templates are pre-built flows, templates not only reduce the barrier to entry and accelerate the time to activate the flow, but also include the best practices for flows.
-
-
MuleSoft Anypoint Platform customers can now share externally available APIs managed in Anypoint Platform with business users for consumption in a MuleSoft Composer flow. This enhancement creates integrations that span beyond out-of-the-box connectors.
-
You can now transfer binary files as field inputs using data pills from within your Composer flow. For example, when keeping files in sync between Salesforce instances, you can download binary file content from one instance and later upload that same file content to another instance using the new Download file and Upload file actions.
-
To facilitate MuleSoft Automation, the subscription pricing method has been reevaluated for MuleSoft Composer. To enable this enhancement, a new menu, Usage Summary, has been added to the navigation pane. On the Usage Summary page, you can view your monthly tasks and credit usage per flow for your organization.
-
The following new actions are now available for Jira Connector:
-
Create project
-
Get project
-
Update project
-
List attachments
-
Upload attachments
-
Get attachments
-
-
The following triggers have been renamed in Jira Connector:
-
Issue updated with Custom Fields has been renamed to Issue with Custom Fields was updated or created
-
Issue updated with Standard Fields only was renamed to Issue with Standard Fields only was updated or created
-
Fixed Issues
Issue Resolution | ID |
---|---|
In Jira Connector, the Result filter has been removed and now tests no longer fail when fields are selected. |
W-11510054 |
In Jira Connector, the number of Jira projects that appeared in a dropdown was limited. Now, all Jira projects are retrieved in the dropdown. |
W-11912169 |
October 27, 2022
What’s New
-
You can now add custom logic, such as
and
,or
, ornot
, in conditional statements when building an action and in If/Else statements. -
In RPA Connector, you can now test an RPA process using sample data without invoking the RPA process.
-
In RPA Connector, you can now connect directly to your RPA Organization to see your processes by clicking the Create an invokable run config from MuleSoft RPA button when you are connected to your RPA organization and no processes appear in the dropdown for the RPA Process field.
-
In RPA Connector, when you select the RPA Process dropdown, the values that appear are now listed in the following format: <category> / <process name>. For example, Claims / Check for updates.
October 26, 2022
What’s New
-
The following new triggers are now available for HubSpot Connector:
-
On New Record
-
On New or Updated Record
-
-
In HubSpot Connector, tooltips are now updated and improved for both triggers and actions.
-
In Stripe Connector, the Find Customer action now supports dynamic metadata.
Fixed Issues
Issue Resolution | ID |
---|---|
In Stripe Connector, fixed security vulnerability found in |
W-11853409 |
October 20, 2022
What’s New
-
In Workday Connector, in the On New or Updated Records trigger and the Get Worker Details ID action, the following fields, which enable array values of complex objects from Workday APIs, are now available for the WORKER object:
-
Email Addresses
-
Job Addresses
-
Persona Addresses
-
Supervisor Organization Chain
-
October 17, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
In Jira Connector, in the Get Issue in Jira action, removed the unnecessary Select Fields button. |
W-11649482 |
October 13, 2022
What’s New
-
You can now export a flow as a JSON file to share your flow with Support for troubleshooting purposes by clicking the wrench icon and selecting Export.
October 12, 2022
What’s New
-
When looping over a selected list of strings in a for each loop, you can now use a single string value across multiple cards in the loop.
-
The following record types are now available for NetSuite Connector:
-
PARTNER
-
LEAD
-
PROSPECT
-
October 10, 2022
What’s New
-
In RPA Connector, the JSON Sanitizer has been implemented to prevent JSON injection.
October 7, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the issue in which the Run History page in Composer unnecessarily displayed an error and sent an email notification for an expired access token. Now the error does not appear and no email is sent. To implement this fix, deactivate and then reactivate your flow. |
W-11649482 |
October 6, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the issue in Google Sheets Connector in which an |
W-10887516 |
Fixed the issue in Google Sheets Connector in which the Create row action did not work properly when the first column without a header contained values. |
W-10933097 |
In Google Sheets Connector, the com.fasterxml.jackson.core library is upgraded to version 2.13.4. |
W-11719209 |
September 29, 2022
What’s New
-
The OAuth 2.0 Authorization Code grant for authentication in HTTP Connector now supports customizing the Authorization Header Name, Authorization Header Value Prefix, and Authorization Header Custom Value Prefix fields for the Authorization Header.
September 9, 2022
What’s New
-
HTTP Connector now supports the OAuth 2.0 Authorization Code grant for authentication.
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the issue in NetSuite Connector in which the CURRENCY and CURRENCY_RATE objects did not work for the Get Records action. |
W-11722063 |
September 6, 2022
What’s New
-
You can now transfer binary files as field inputs using data pills from within your Composer flow. For example, when keeping files in sync between Box instances, you can download binary file content from one instance and later upload that same file content to another instance.
-
The
jackson.databind
library is upgraded to version 2.13.4 to address reported security vulnerabilities for HTTP Connector.
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the issue in HTTP Connector in which the test connectivity was not triggering a refresh with an OCS connection. |
W-11469764 |
Fixed the issue in HTTP Connector in which OAuth 2.0 refresh tokens from Shopify were not valid. |
W-11437322 |
Fixed the issue in HTTP Connector in which fields containing an escape sequence (for example, |
W-11072611 |
Fixed the issue in Quickbooks Connector where Sample Data output returned more than one record, even in the case of arrays that are nested fields. |
W-11388800 |
August 31, 2022
What’s New
-
Picklist Mapping is now enabled for fields in an action that supports Pick from List. Using Picklist Mapping, you can map data from one application with the corresponding data needed by another application. This allows you to connect two applications that have different values for a similar field and to align the values in those fields across applications. You can determine how the possible values of an output field (data pill) map to the possible values of an input field. You can reuse the mapping across flows.
August 29, 2022
What’s New
-
You can now connect a new system: Microsoft Dynamics 365 Business Central.
See the product documentation for details about each connector.
-
Data Pill Search is now available. You can use this feature to find where a particular data pill is used in your flow.
August 19, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
In ServiceNow Connector, the Read Timeout field is updated from 5 seconds to 15 seconds to avoid timeouts on large tables. |
W-11601586 |
August 8, 2022
What’s New
-
The following record types are now available for NetSuite Connector:
-
SERVICE_RESALE_ITEM
-
TIME_SHEET
-
TIME_BILL
-
Fixed Issues
Issue Resolution | ID |
---|---|
In NetSuite Connector, connections using lowercase values in the |
W-11469671 |
August 3, 2022
What’s New
-
You can now connect a new system: MuleSoft Robotic Process Automation (RPA).
See the product documentation for details about each connector.
August 2, 2022
What’s New
-
In Salesforce Connector, you can now specify conditions for triggers.
Fixed Issues
Issue Resolution | ID |
---|---|
Labels are now properly capitalized in ServiceNow Connector. |
W-10575461 |
July 29, 2022
What’s New
-
The On New Message trigger is now available for Slack Connector.
-
You can now connect a new system: Salesforce Marketing Cloud Connector.
See the product documentation for details about each connector.
July 28, 2022
What’s New
-
You can now connect a new system: HubSpot.
See the product documentation for details about each connector.
-
Required fields in Composer are now denoted with an asterisk (*). Previously, when adding fields in Composer, only optional fields appeared in the modals. Now:
-
When a parent field is selected or deselected and it has required child fields, those child fields are also selected or deselected by default.
-
When a field is selected or deselected and it has required parent fields, those parent fields are also selected or deselected by default.
-
When an optional field is selected, the corresponding required fields (including one or more parent fields) are also selected.
Required fields can be removed only by deselecting them within the modal.
-
-
HTTP Connector now supports Paginated Requests. When retrieving collections of objects from remote systems, use Paginated Requests to ensure that all data pages are returned.
-
Flows based on a scheduler now have access to the scheduler’s current and previous timestamps.
-
NetSuite Connector now supports exponential retries, which prevent concurrency limit errors.
July 27, 2022
What’s New
-
The following objects are now available for NetSuite Connector:
-
Currency
-
Currency Rate
-
Lot Numbered Inventory Item
Note that the objects will appear in all caps and with underscores.
-
July 13, 2022
What’s New
-
When deleting a connection, a list of active and inactive flows using the selected connection now appears. Using this list, if the connection is:
-
Not used in any flows, you can delete the connection.
-
Used in inactive flows, a list containing the name and count of inactive flows using this connection appears. Deleting this connection will affect the listed flows. If you reopen the inactive flow, you must select a new connection.
-
Used in active and inactive flows, a list containing the name, count, and status of active and inactive flows using this connection appears. If you choose to delete the connection, secondary confirmation appears. Prior to deleting the connection, Composer will first attempt to stop the flows.
-
June 28, 2022
What’s New
-
In NetSuite Connector and Salesforce Connector, empty field values are ignored by default. To clear empty values, you can now select the
Clear on Null Values
option.
June 21, 2022
What’s New
-
Organizations that use both MuleSoft Composer and Anypoint Platform can now connect the two organizations through Access Management.
June 6, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
In Workday Connector, the connection validation now succeeds even if the user does not have access to the |
W-11193505 |
Fixed reported security vulnerabilities in Workday Connector by upgrading the Spring Framework library from |
W-11195299 |
May 31, 2022
What’s New
-
In NetSuite Connector, empty field values are ignored by default. To clear empty values, you can now select the
Clear on Null Values
option.
May 20, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the issue in Jira Connector in which a blank value in the Description field incorrectly returned an invalid input error. |
W-11107531 |
May 17, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the issue in Slack Connector in which a null pointer exception occurred after cleaning up markup in a plain text string. |
W-11031313 |
May 11, 2022
Fixed Issues
Issue Resolution | ID |
---|---|
ServiceNow Connector now loads metadata for all WebService accessible tables automatically. |
W-10919969 |
In ServiceNow Connector, patched security vulnerability in dependency |
W-10981860 |
In ServiceNow Connector, patched security vulnerability in dependency |
W-11001899 |
May 5, 2022
What’s New
-
The following objects are now available for NetSuite Connector:
-
Service Item for Sale
-
Service Item for Purchase
-
Return Authorization
-
The objects will appear in all caps and with underscores. |
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the null pointer exception issue that occurred in NetSuite Connector using a trigger that had been previously modified to select a custom object. |
W-10995359 |
April 29, 2022
What’s New
-
The following actions were added to Workday Connector to enable Workday Financial Management:
-
Create Object
-
Update Object
-
Get Object
-
Fixed Issues
Issue Resolution | ID |
---|---|
Fixed the issue in Workday Connector in which you could not filter fields containing values with the file data type. |
W-10574439 COCN-667 |
In Workday Connector, when editing a Job Requisition action, the Position Time Type field is now selectable as a list or set as a data pill. |
W-10574489 COCN-605 |
When a generic error message is returned from the API in Workday Connector, the error message that occurs in Composer is now informative. |
W-10574413 COCN-705 |
Improved validation error messages in Workday Connector to make them more specific. |
W-10574467 COCN-632 |
In Workday Connector, the Position Title, Supervisory Organization, and Location fields are now optional in the Create Worker action. However, if the Location value is not set on the Position object, then the Location field is required, or the Create Worker API operation will fail.” |
W-10574483 COCN-612 |
In Jira Connector, pagination is now enabled to fetch all assignable users in the Reporter and Assignee fields when using the Create issue with custom fields action. |
W-10934109 |
April 28, 2022
What’s New
-
You can now connect a new system: HTTP.
See the product documentation for details about each connector.
-
You can now add multiple identity providers (IDP) for your organization to enable single sign-on (SSO). The following identity providers are now available:
-
OpenID Connect IDP
-
SAML 2.0 ID
-
April 26, 2022
What’s New
-
When enabled, checks run every 15 minutes on running flows. If any flow fails, Composer sends an email to the owner of the flow.
Fixed Issues
Issue Resolution | ID |
---|---|
In the JIRA Connector, entering a string value containing quotes in the Description field no longer causes an invalid JSON parsing request. |
W-11037529 |
April 22, 2022
What’s New
-
In the Google Sheets and Slack Connectors, you can now hover over certain triggers, actions, and fields to view in-app contextual help.
April 18, 2022
What’s New
-
Using the Custom Expression Editor, you can now use formulas to transform data from one data type to another and format it accurately.
Known Issue | Workaround | ID |
---|---|---|
When using the fromDateToTime or the fromStringToDateTime function in the Custom Expression Editor, the value returned is off by one day. For example, if you enter |
April 12, 2022
Fixed Issues
Issue | ID |
---|---|
Fixed the issue in Workday Connector in which the values in the Currency and Pay Plan fields of an Update Job Requisition action were not ordered alphabetically. |
W-10663753 |
April 4, 2022
What’s New
-
You can now connect a new system: Google Calendar.
See the product documentation for details about each connector.
March 31, 2022
What’s New
-
You can now connect a new system: Gmail.
See the product documentation for details about each connector.
Fixed Issues
Issue | ID |
---|---|
Updated error messages in Google Sheets Connector for empty list fields in the Create Row action. |
W-10574328 |
Fixed the issue in Google Sheets Connector in which columns without headers were incorrectly assigned the header of the next column with a header. |
W-10899109 |
March 28, 2022
What’s New
-
The following objects are now available for NetSuite Connector:
-
Vendor
-
Vendor Bill
-
Purchase Order
-
March 23, 2022
What’s New
-
The On New or Update Invoice trigger and the Get Invoices action are now available for Xero Connector.
March 22, 2022
What’s New
-
You can now use the Custom Expressions Editor to build expressions and apply functions in Composer. This release supports basic math operators and basic functions such as string, date, and number.
Fixed Issues
Issue | ID |
---|---|
Fixed the issue in Jira Connector in which flow triggers were not activated if the field values contained spaces. |
W-10830185, W-10824255 |
March 14, 2022
Fixed Issues
Issue | ID |
---|---|
Fixed the issue in Salesforce Connector in which objects containing boolean fields without set default values did not return metadata. |
W-10808550 |
March 9, 2022
Fixed Issues
Issue | ID |
---|---|
Fixed the issue in Salesforce Connector in which remaining access tokens were not refreshed in the Session Management page after deleting an access token. |
W-10718676 |
March 2, 2022
What’s New
-
The Get Organization by ID action is now available for Zendesk Connector. This action returns an organization based on specified ID search criteria.
February 21, 2022
Fixed Issues
Issue | ID |
---|---|
Fixed the issue in NetSuite Connector in which triggers with the Type of Record field set to |
W-10674134 |
February 7, 2022
What’s New
-
In Stripe Connector, in the Create Product action, the Images field is now available. This field enables you to add the URL of to up to eight images that are then attached to the action.
-
In the QuickBooks Connector, the following fields are now available in the Create Invoice action:
-
Transaction Tax Code
-
Item Tax Code
-
January 27, 2022
What’s New
-
The Date Time picker is now available. You can either Pick from Calendar or Search Data Pills in fields with the data type
date
ortime
. The Date Time Picker uses the time zone set in your browser by default. -
The Flow Details page now shows the Created on and Last Modified dates in the time zone set for your browser.
-
When an error occurs, if there is additional information about the error, you can click the More details link in the error message. Using the information provided in the Error window, you can troubleshoot the issue or copy the Trace ID to provide to support. You can also click the Contact MuleSoft Support Team button to contact support directly.
January 25, 2022
Fixed Issues
Issue | ID |
---|---|
The Update row action in Google Sheets Connector did not accept a data pill as an input for the Row number field. |
COCN-910 |
January 19, 2022
Fixed Issues
Issue | ID |
---|---|
Upgraded library dependencies. |
COCN-873 |
January 13, 2022
Fixed Issues
Issue | ID |
---|---|
Upgraded library dependencies. |
COCN-894 |
January 7, 2022
What’s New
-
MuleSoft Composer now supports the
list of strings
data pill. You can now type characters, dates, booleans, or numbers into a field and a list of matching strings is returned in a dropdown.
January 5, 2022
Fixed Issues
Issue | ID |
---|---|
Fixed the issue in which NetSuite Connector’s metadata resolution fails and produces an empty error message. The error no longer occurs. |
COCN-875 |
December 21, 2021
Fixed Issues
Issue | ID |
---|---|
Fixed an issue in Asana Connector in which an error appeared when establishing a connection between the connector and Composer. |
SE-12452 |
December 16, 2021
What’s New
-
In Google Sheets Connector, when using the Create/Update Row action, you can now transfer multiple rows of data.
Fixed Issues
Issue | ID |
---|---|
Previously, in Google Sheets Connector when Google Sheets was the trigger, all output fields were returned as |
SE-227701, COCN-575 |
Fixed an issue in Google Sheets Connector in which metadata from a document containing a space failed. |
COCN-742 |
Upgraded library dependencies. |
December 9, 2021
Fixed Issues
Issue | ID |
---|---|
Fixed metadata pagination issues in Xero Connector. |
CSCA-1106 |
Fixed failing sample data requests for the Get contact by ID and Search contacts actions in Xero Connector. |
CSCA-1044 |
Fixed the field labels in Xero Connector to match the corresponding field names in the Xero APIs. |
CSCA-1043 |
Fixed field labels in Xero Connector. |
CSCA-1040 |
December 2, 2021
What’s New
-
NetSuite Connector now supports the Job record type.
-
The NetSuite connector now supports the External value in the ID Type field for the Update Record action.
-
The NetSuite connector now supports ID Type values for the Delete Record action.
-
The NetSuite connector now supports the Assembly Item record type.
-
Jira Connector now supports spaces in input fields for all operations.
-
Actions in Jira Connector now support the
Comment
field.
Fixed Issues
Issue | ID |
---|---|
When some metadata subcategories are empty, metadata can be refreshed in the flow. |
SE-23496 |
Fixed the issue when processing custom fields with empty values. |
SE-23068 |
The NetSuite XML request no longer requires the runServerSuiteScriptAndTriggerWorkflows flag. |
SE-22758 |
Fixed the issue when processing date/time custom fields. |
COCN-735 |
November 23, 2021
Fixed Issues
Issue | ID |
---|---|
When adding a For Each block to a flow control in Salesforce Connector, the For Each block shows the object label name instead of the object API name. |
COCN-745 |
November 5, 2021
What’s New
MuleSoft Composer is generally available.