Empty $record variable inside Action
Hi, am I missing something?
Thank you in advance for help!
2 Replies
try
$this->record
or pass the record into the action with ->record($this->record)
Hi, yes, I confirm that using
$this->record
works. Thank you for your help. Have a great day!