Hi Fernando,
You can have a Transaction property input with an expression and have the expression evaluated at run time by using # #
for example:
- if you have a Transaction property (myProp) with value (1+1)*2 and have an #Transaction.myProp# it will return you 4.
Cheers,
Arnaud