{"record":{"id":"787adcddd05ea9fc","repo":"filamentphp/filament","slug":"action-action-name-not-found-in-schema-at","errorCode":null,"errorMessage":"Action [{$action['name']}] not found in schema at [{$action['context']['schemaComponent']}].","messagePattern":"Action \\[(.+?)\\] not found in schema at \\[(.+?)\\]\\.","errorType":"exception","errorClass":"ActionNotResolvableException","httpStatus":null,"severity":"error","filePath":"packages/actions/src/Concerns/InteractsWithActions.php","lineNumber":690,"sourceCode":"        }\n\n        $key = $action['context']['schemaComponent'];\n\n        $schemaName = (string) str($key)->before('.');\n\n        $schema = $this->getSchema($schemaName);\n\n        if (! $schema) {\n            throw new ActionNotResolvableException(\"Schema [{$schemaName}] not found.\");\n        }\n\n        $resolvedAction = $schema->getAction(\n            $action['name'],\n            str($key)->contains('.') ? (string) str($key)->after('.') : null,\n        );\n\n        if (! $resolvedAction) {\n            throw new ActionNotResolvableException(\"Action [{$action['name']}] not found in schema at [{$action['context']['schemaComponent']}].\");\n        }\n\n        return $resolvedAction;\n    }\n\n    /**\n     * @param  string | array<string | array<string, mixed>>  $actions\n     */\n    public function getAction(string | array $actions, bool $isMounting = true): ?Action\n    {\n        $actions = array_map(\n            fn (string | array $action): array => is_array($action) ? $action : ['name' => $action],\n            Arr::wrap($actions),\n        );\n\n        return Arr::last($this->resolveActions($actions, $isMounting));\n    }\n","sourceCodeStart":672,"sourceCodeEnd":708,"githubUrl":"https://github.com/filamentphp/filament/blob/53483fa9340e4ec637985fe454ebb58afb92ea24/packages/actions/src/Concerns/InteractsWithActions.php#L672-L708","documentation":"Error \"Action [{$action['name']}] not found in schema at [{$action['context']['schemaComponent']}].\" thrown in filamentphp/filament.","triggerScenarios":"Thrown at packages/actions/src/Concerns/InteractsWithActions.php:690 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"53483fa9340e4ec637985fe454ebb58afb92ea24","analyzedAt":"2026-08-17T02:06:23.049Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}