Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Salesforce Certified MuleSoft Developer (Mule-Dev-201) Salesforce-MuleSoft-Developer-I Question # 1 Topic 1 Discussion

Salesforce Certified MuleSoft Developer (Mule-Dev-201) Salesforce-MuleSoft-Developer-I Question # 1 Topic 1 Discussion

Salesforce-MuleSoft-Developer-I Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

Refer to the exhibits.

Salesforce-MuleSoft-Developer-I Question 1

This main mule application calls a separate flow called as ShippingAddress which returns the address corresponding to the name of the user sent to it as input. Output of this ShippingAddress is stored in a target variable named address.

Next set of requirement is to have a setPayload transformer which will set below two values

1) orderkey which needs to set to be equal to the order element received in the original request payload.

2) addressKey which needs to be set to be equalto the address received in response of ShippingAddress flow

What is the straightforward way to properly configure the Set Payload transformer with the required data?

Salesforce-MuleSoft-Developer-I Question 1

Salesforce-MuleSoft-Developer-I Question 1

A mule application is being developed which will process POST requests coming fromclients containing the name and order information. Sample request is as below


A.

1. 1. {2. 2. orderkey: "payload.order",3. 3. addresskey: "vars.address"4. 4. }


B.

1. 1. {2. 2. orderkey: "attributes.shippingaddress.order",3. 3. addresskey: "payload"4.}


C.

1. 1. {2. 2. orderkey: "payload.order",3. 3. addresskey: "address"4. }


D.

1. 1. {2. 2. orderkey: "attributes.order",3. 3. addresskey: "vars.address"4. }


Get Premium Salesforce-MuleSoft-Developer-I Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.