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. 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 ....
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. ....