The proper functioning of the substitutions is subject to specific conditions, listed below:


    1. You can not use the substitution of a symbolic reference to replace a part of the name of an item. Instead, you have to replace the entire name of the item.
      Example:




    1. If the replacement involves a text within the expression, it is necessary that the replacement text is enclosed in double quotes (").
      Example:

"Current Item = " & @Article@
 
where @Article@  is "Crank Mod 1810 ".

Produces the string:

"Current Item = Crank Mod 1810"


    1. The Substitutions apply only to configuration fields of animation and / or page; are not available in other contexts.