如何访问此hashmap值';id';在MuleExpression中将其与queryparam进行比较?

如何访问此hashmap值';id';在MuleExpression中将其与queryparam进行比较?,mule,mule-studio,anypoint-studio,dataweave,mule-esb,Mule,Mule Studio,Anypoint Studio,Dataweave,Mule Esb,我的流中有一个hashmap负载,我想比较它的“id”键和“id”queryparameter,使用choice路由器转到特定的流。如何在MultiExpression中为Choice router提供此条件 这是hashmap负载:#[payload.id==message.inboundProperties.http.query.params.id]\p>

我的流中有一个hashmap负载,我想比较它的“id”键和“id”queryparameter,使用choice路由器转到特定的流。如何在MultiExpression中为Choice router提供此条件

这是hashmap负载:

#[payload.id==message.inboundProperties.http.query.params.id]
\p>