You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the problem that when I'm using variables inside a value of the dictionary property, that these will not be resolved. Variables will only be resolved in the "fallback" case.
The configuration above, is producing the following output in case the dictionary element is matching: value-%{+YYYY.MM} - so the date format is not resolved.
In the fallback scenario, the output would be fallback-2018.11 (as an example) which I expected to be.
It would be great if the key-value elements (the values like in the example above) would also resolve variables like in the fallback case.
The text was updated successfully, but these errors were encountered:
I have the problem that when I'm using variables inside a value of the dictionary property, that these will not be resolved. Variables will only be resolved in the "fallback" case.
Example:
The configuration above, is producing the following output in case the dictionary element is matching:
value-%{+YYYY.MM}
- so the date format is not resolved.In the fallback scenario, the output would be
fallback-2018.11
(as an example) which I expected to be.It would be great if the key-value elements (the values like in the example above) would also resolve variables like in the fallback case.
The text was updated successfully, but these errors were encountered: