Named Parameter
A calculation expression can contain named parameters, using the syntax of [&Parameter]. It is important to pre-fix the ampersand to indicate a named parameter. For example,
"Sadmin's opportunity #" + [&OpptyId]
For more information about named parameters, see Using Named Parameters in DTU.