Using data from multiple tables on a Bulk Action?

Hey all, hoping that Filament already has this built in, but couldn't find anything in the documentation.

I know we can add multiple tables to a livewire component by having each table be its own component. Is there any way to access data from both tables in an action on the component? I have a use case where I want to be ablet to select multiple users, and multiple permissions, then attach those permissions to the users.

Thanks for any help!
Was this page helpful?