Data insertion doesn't work
I tried to insert the Process title into an outgoing email, but I couldn't set it due to an error that says 'Function 'processInstanceTitle' could not be found.'
Is anything wrong in the code below?
----
Regarding '#{#processInstanceTitle}'
The price, $#{#q_price}, includes the tax by #{#q_rate}%.
-
Official comment
Thank you for your query.
To insert a Process title you must use the expression "#{processInstanceTitle}" - the "#" symbol inside the bracket is unnecessary when inserting system variables. This is only required for expressing field names of the Data items created by users (e.g. "#{#q_price} - this is correct).
Comment actions
Please sign in to leave a comment.
Comments
1 comment