Forums

call to PHP function in loop action?

NickOg 06 Oct, 2017
Is it possible to call a PHP function from within a loop action? It seems not.

For example.
<?php
writeBookedRecord($this->data);
?>

so that I can read additional data based on information in the loop record.

Regards

Nick
This topic is locked and no more replies can be posted.