How to access $record in RelationManager inside Repeater Select
What I am trying to do:
I have a RelationManager and I want to access $record inside getSearchResultsUsing() which is in a repeater, I do this for additional query filter in the select search
My issue/the error:
$record always return null, inside the repeater, the $record outside it seem to do fine.
Code:
1 Reply