How to return to filtered panel after using a custom table action

Greetings - I have a list with a custom table action. any tips on how to grab the Filtered list url so I Can return to it once I run the custom action?

Tables\Actions\Action::make('UpdateBG')
->label('Upload BC')
->icon('heroicon-s-document-arrow-up')
->url(fn ($record): string => route('updateProduct.bigcommerce', [$record->id]))->openUrlInNewTab(),

when I try the session geturl methos in laravel I am getting the url of the custom action and not the list with the filter parameters
Was this page helpful?