Refer to the exhibits.
The expression for the Choice router needs to be written.
What is a valid expression to route Mule events to the non-default flow?
#['MuleSoft' == paytoad'company']
#[ company = "MuleSoft" ]
#[ if( company = "MuleSoft") ]
#[ if( 'MuleSoff == payload.company) ]
Submit