FFilament•Created by Zyel on 9/20/2023 in #❓┊help Access other field value for store at relationship form
you right, in updaterecord not include relationship
protected function handleRecordUpdate(Model $record, array $data): Model
{
$record->update($data);
return $record;
}