[
https://issues.apache.org/jira/browse/NIFI-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Payne updated NIFI-7732:
-----------------------------
Priority: Critical (was: Major)
> NiFi not substituting all Parameter Values for property
> -------------------------------------------------------
>
> Key: NIFI-7732
> URL: https://issues.apache.org/jira/browse/NIFI-7732
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Priority: Critical
>
> If I configure UpdateAttribute with a property and reference two parameters
> as such:
> {code}
> ${#{firstParameter}:toLower()}_${#{secondParameter}:toLower()}
> {code}
> And assign values firstParameter = 'foo' and secondParameter = 'bar', I would
> expect 'foo_bar' but get a value of 'foo_'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)