Section::make('Action details') ->description() ->schema(function (Get $get): array { dd($get('connection_id')); // returns only the id of the select relation return [ ];})
Section::make('Action details') ->description() ->schema(function (Get $get): array { dd($get('connection_id')); // returns only the id of the select relation return [ ];})