SelectFilter->getOptionLabelFromRecordUsing
The label isn't applied either
I even tried to dd() in
getOptionLabelFromRecordUsing()
but it doesn't get called at all

Solution:Jump to solution
Likely because your code is wrong. $actor won't exist...
Why not do:
```php...
2 Replies
Solution
Likely because your code is wrong. $actor won't exist...
Why not do:
Providing the model of the resource has the user relationship?
That may be the correct way instead of querying a pivot table each time ty 👌