Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.12.1
-
None
-
Important
Description
Parameters can be used within Expression Language. E.g. ${attr:substringAfter(#{param})}
But if you have a space in the parameter name, you cannot reference it from within Expression Language. E.g. ${attr:substringAfter(#{param value with space})} won't work
Attachments
Issue Links
- duplicates
-
NIFI-8666 Parameters cannot be referenced from Expression Language if they have a space in the name
- Resolved