Hello @saralanda
Thank you very much for using our plugin.
The plugin preprocesses the fields’ values to use them in mathematical operations in the equations. However, it allows you to get the raw field’s value without preprocessing by using the |r modifier with the field’s name.
For example, if you use fieldname123 in the equation, it will be the preprocessed field’s value and fieldname123|r its raw value (with the line breaks).
Note that the calculated fields utilize <input> tags. Input tags are single-line controls, which do not support line breaks or render HTML. So, you cannot visualize the text area content with the line breaks directly in the calculated field.
How do you want to use text area value?
Best regards.