F
Filament11mo ago
Arjan

Current model in RepeatableEntry

How do I get the current model in a RepeatableEntry so I can use it in url()?
3 Replies
Povilas K
Povilas K11mo ago
Or try $this->getRecord()
Arjan
ArjanOP10mo ago
Thanks for your message. But I want to access to model/row that is used in the RepeatableEntry. And not the 'parent' model/record.

Did you find this page helpful?