zhangzhonglai commented on PR #7045: URL: https://github.com/apache/nifi/pull/7045#issuecomment-1605851570
Sorry for the late reply @nandorsoma. > Regarding https://github.com/apache/nifi/pull/5775. We can reference environment variables in properties with expression language, so the PR might work for you without the extra library. For that, we need to set the `ExpressionLanguageScope` of the property to anything other than `NONE`. Preferably to `FLOWFILE_ATTRIBUTES`. Could you test that the PR mentioned solves your issue? As our DevOps recycled the test environment, I currently do not have the conditions in which I can reproduce and test this solution. Perhaps I will test this solution in the future when I am in a position to do so. Maybe you can close this PR first for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
