This Block allows you to output comments of a record with a template you define. Configuration fields:
The most useful case would be to use the result within a “send mail” block, because comments and the block would normally generate HTML output.
This block write it’s result to an Environmental Variable. So you could access the result with
<?php return $env[“envvariablename”]; ?>
or easier
$env[“envvariablename”]