Access current item in RepeatableEntry
Is there something between $record (all the items) and $state (a field of the current item) in RepeatableEntry? I can access another field if I add a hidden entry for it and reference that entry with $get, but maybe there's a better way? ๐บ
2 Replies
I also am curious to know how to do this. I feel this used to work in v3. We've had some regressions in our app since upgrading on places we were using the $record in the schema/infolist components.
It turns out $record is the row item when injected within a repeatableentry ๐