try this ```php Tables\Actions\AttachAction::make() ->recordSelect( fn () => Select::mak
try this
Tables\Actions\AttachAction::make()
->recordSelect(
fn () => Select::make('recordId')
->options(YourModel::pluck(DB::raw('concat(km_id, " - ", description)'), 'id'))
)