diff --git a/openpype/pipeline/create/context.py b/openpype/pipeline/create/context.py index a6d3282726..aecdb04635 100644 --- a/openpype/pipeline/create/context.py +++ b/openpype/pipeline/create/context.py @@ -505,7 +505,7 @@ class CreatedInstance: @property def group_label(self): - label = self._data.get("group_label") + label = self._data.get("group") if label: return label return self.creator.get_group_label()