Can I add an import action to a wizard form
I have this at the moment, but when I load the page I get this error
https://flareapp.io/share/bP9oERM5
Flare
Filament\Forms\Components\Actions::Filament\Forms\Components{closure}(): Argument #1 ($action) must be of type Filament\Forms\Components\Actions\Action, Filament\Actions\ImportAction given - Occurred on URL http://mackillop.localhost:8000/onboarding
4 Replies
Bump
Any ideas or help would be appreciated
Doesn’t appear that it’s possible since the Actions field is expecting a form component action which import action isn’t.
really there is no way around it, i want to have an import action for my onboarding workflow
Could possibly do it with a custom action. Upload the file and handle the import when submitting the action.
Could potentially do it with a livewire component which has the import action and put it in the form with Livewire::make()