The try was <setProperty name="fileCreateFlagContent"><simple>${exchange.Property.${exchangeProperty.fileCreateFlag}}</simple></setProperty>
Doesn't work either. > Gerald Kallas <catsh...@mailbox.org> hat am 16.08.2020 11:40 geschrieben: > > > Dear all, > > I've set an exchange property like > > <setProperty name="fileCreateFlag"><jsonpath > suppressExceptions="true">$.*.etc.fileCreateFlag</jsonpath></setProperty> > > This contains finally the name of an other JSON property in the message body. > > I want to read the content of this exchange property with dynamically set > name like > > <setProperty > name="fileCreateFlagContent"><simple>${${exchangeProperty.fileCreateFlag}}</simple></setProperty> > > This doubled reference doesn't work. Is there a way to achieve this? Any > ideas are welcome. > > Best > Gerald