How to change Salesforce API Version in Mulesoft Anypoint Studio?
Authorization URL on the Salesforce Config should be adjusted to change Salesforce API Version in Mulesoft Anypoint Studio. Please check the following screenshot for reference.
Authorization URL on the Salesforce Config should be adjusted to change Salesforce API Version in Mulesoft Anypoint Studio. Please check the following screenshot for reference.
If Mule Palette is not showing in Anypoint Studio, reset the Workspace Perspective. 1. Select Window menu. 2. Select Perspective. 3. Select Reset Perspective. Mule Palette will be visible once ....
Listener Configuration: Select with URI Params Configuration:
sizeOf() method can be used to get rows count from CSV File and check in Choice component in MuleSoft. Please check the following sample Flow for reference. Sample Flow: Set Variable ....
Below configuration will read a file and import into Salesforce using MuleSoft for every two minutes. Flow: Scheduler Configuration: Read File Configuration: Transform Message Configuration: Logger Configuration: Create Bulk Configuration: Logger ....
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 the Design Center. 2. Click API Specification. 3. Enter Project Name, select Start with API designer and click Create button. 4. Use the following RAML. #%RAML 1.0 baseUri: ....
1. Create a simple project as below. 2. Listener Configuration is below 3. Select configuration. Note:a. Download MySQL connector - https://dev.mysql.com/downloads/connector/j/.b. Select Local file and add it.c. The password is ....
We cannot parse String to different data types when it is null or blank. We get Cannot coerce string to exception. Use default keyword to fix this issue. Sample code: output ....
Use sizeOf() to check Array size in MuleSoft. Reference Article: https://docs.mulesoft.com/mule-runtime/4.1/dw-core-functions-sizeof