0

I'm getting crazy whith this, and I'll appreciate any help....

Is there any way to use the value of payload as a map index?.

something like this:

<logger message = "the value is #[flowVars.MyMap['#[payload]'] doc:name="Logger""/>

Thanks in advance

alf.

1 Answers1

0

Use: #[flowVars.MyMap[payload]]

Ryan Carter
  • 11,441
  • 2
  • 20
  • 27