How to check Array size in MuleSoft?
Use sizeOf() to check Array size in MuleSoft. Reference Article: https://docs.mulesoft.com/mule-runtime/4.1/dw-core-functions-sizeof
Use sizeOf() to check Array size in MuleSoft. Reference Article: https://docs.mulesoft.com/mule-runtime/4.1/dw-core-functions-sizeof
Sample Code: %dw 2.0 output application/json --- payload filterObject ((value, key) -> (key as String != "Test")) In the above code1. filterObject is used to filter JSON payload.2. key as ....
1. Go to the Runtime Manager. 2. Select the environment. 3. Select the project. 4. Click on the .zip file to download the project. 5. Extract the downloaded file. 6. ....
1. Go to Exchange. 2. Select the Asset published. 3. Click Delete Version to Delete Assets in Anypoint Platform Exchange.
Listener Configuration: Salesforce Query Configuration: Transform Message Configuration: Logger Configuration: Output:
Flow: Listener Configuration: Transform Message Configuration: Invoke Apex Rest Method Configuration: Apex Class: @RestResource(urlMapping='/MuleSoft/*') global with sharing class MuleSoftHandler { @HttpPost global static String callEmail( String msgbody, String subject ) ....
1. YAML configuration files and Properties files in MuleSoft The Configuration Properties supports both YAML configuration files and Properties files. The recommended approach is to use a YAML configuration files, because ....
Exception: Test connection failed: Tooling instance is not availableReason:org.mule.tooling.client.startup.Tooling NotAvailableException: Tooling instance is not available Resolution: 1. Go to Windows --> Preferences. 2. Select Tooling. 3. Click Restart Instance.
To know about Change Data Capture, check the below link https://infallibletechie.com/2019/05/change-data-capture-in-salesforce.html Salesforce Change Data Capture: MuleSoft Flow: Subscribe Channel Configuration: Transform Message Configuration: Logger Configuration: Output:
In the below example, whenever Service Contract record is created or updated, it gets the Asset(Custom field) from the Service Contract and updates it's status to Purchased. Flow: Subscribe Topic ....