...
Info |
---|
The |
Variants
The expression can formulated in two manners
Multiple Spel expressions with textual information in between
text A #{...} text B #{...}
A single Spel expression using
#{...}
where extra text needs to be concatenated using+
Code Block |
---|
Multiple Spel = #{R('Descriptive.Title')} - #{R('Descriptive.Description')}
Single Spel = #{R('Descriptive.Title') + ' - ' + R('Descriptive.Description')} |
Merging
When the templated sidecar is evaluated against a record it will result for example in the following metadata sidecar
...