<set-variable variableName="message" value="#message" doc:name="Variable" />
<set-variable variableName="market" value="#[dw("p(flowVars.message.inboundProperties.market)")]" doc:name="Variable"/>
4 answers
not so good. let's say we've received value for "market" from http custom header and in case when this particular value is absent in config file our app will throw the exception. My question was - is there the way to check absence before exception?