->action(function (array $data, array $arguments, Actions\Action $action, Form $form) {... if ($arguments['another'] ?? false) { // Reset the form and don't close the modal $form->fill(); $action->halt(); }}