How can i catch Filament Import Action errors
I'm using Filament Import Action https://filamentphp.com/docs/3.x/actions/prebuilt-actions/import
There is a table called
failed_import_rows
and it has row data
and field validation_error
.
But there are no validation errors so i have no glue why are some rows not imported.
How can i catch/save errors occuring in row import?1 Reply
I made my own Job and manage those exceptions there.