Consider the flow, the output of the Flow is also given. While exporting the flow to another project and deploying the same flow, the output is not as the previous one. Identify the error and provide the solution, to have the same output.

 

Add the set payload value of the parent Flow as #[ %dw 2.0 output application/json---Mule::lookup('childFlow', {test:'Exam'})].
Add the set payload value of the parent Flow as #[ %dw 2.0 output application/json---Mule::lookup('childFlow', test:'Exam')].
Add the set payload value of the parent Flow as #[ %dw 2.0 output application/json---Mule::lookup('childFlow',payload.test:'Exam')].
Add the set payload value of the parent Flow as #[ %dw 2.0 output application/json---Mule::lookup('childFlow',payload(test:'Exam'))].
Verified Answer
Correct Option - a

To get all Infosys Certified Digital Cloud Integration Beginner Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram