diff --git a/client/ayon_core/pipeline/create/product_name.py b/client/ayon_core/pipeline/create/product_name.py index 215cd2d8c5..e9e6a42dde 100644 --- a/client/ayon_core/pipeline/create/product_name.py +++ b/client/ayon_core/pipeline/create/product_name.py @@ -167,7 +167,10 @@ def _get_product_name_old( "product": { "type": product_type, "basetype": product_base_type or product_type, - } + }, + "host": { + "name": host_name, + }, } if dynamic_data: @@ -469,7 +472,10 @@ def get_product_name( "product": { "type": product_type, "basetype": product_base_type, - } + }, + "host": { + "name": host_name, + }, } if folder_entity: fill_pairs["folder"] = {