Access to current row in RepeatableEntry?

How can I access the state / data of each row in a RepeatableEntry when the state of the Infolist is an array? I need access to the row data in an Action of each RepeatableEntry. Is there any injection like fn($row) => $row['key']?
3 Replies
toeknee
toeknee4w ago
$get should get the current entry data? i.e. fn($get) => $get('key')
Daniel
DanielOP3w ago
$get seems not be injected in RepeatableEntry actions
toeknee
toeknee3w ago
Provide what you are using please?

Did you find this page helpful?