Skip to content

not showing fields in dynamic values #455

@sepehrsariaslani

Description

@sepehrsariaslani

this is one of my datas:
"item_name": "مبل آزاتا گوشه همراه سیستم صوتی خودرنگ",
"item_code": "مبل آزاتا گوشه همراه سیستم صوتی خودرنگ",
"display_name": "مبل آزاتا گوشه همراه سیستم صوتی خودرنگ",
"display_name_without_wood_color": "مبل آزاتا گوشه همراه سیستم صوتی",
"description": "مبل آزاتا گوشه همراه سیستم صوتی خودرنگ",
"description_without_wood_color": "مبل آزاتا گوشه همراه سیستم صوتی",
"image": "",
"creation": "2025-04-15 12:15:45.749802",
"projected_qty": 0,
"price_list_rate": 294500000,
"model": "آزاتا",
"module": "گوشه",
"module_feature": "همراه سیستم صوتی",
"module_length": null,
"module_width": null,
"module_height": null,
"module_diameter": null,
"module_shape": null,
"module_color": null,
"wood_color": "خودرنگ",
"body_color": null,
"has_body_color": false,
"odd_cloth": 5,
"even_cloth": 10,
"minor_cloth": 0,
"cushion_cloth": 0,
"need_cloth": true,
"Price": 29450000,
"formatted_Price": "۲۹,۴۵۰,۰۰۰",
"images": [],
"stock_qty": 0,
"yindex": 0,
"variant_of": "مبل",

this is my first data, and it would not show up in the dynamic values when i am setting the content field

but when i map the data like this
"item_name": "مبل آزاتا گوشه همراه سیستم صوتی خودرنگ",
"item_code": "مبل آزاتا گوشه همراه سیستم صوتی خودرنگ",
"display_name": "مبل آزاتا گوشه همراه سیستم صوتی خودرنگ",
"display_name_without_wood_color": "مبل آزاتا گوشه همراه سیستم صوتی",
"description": "مبل آزاتا گوشه همراه سیستم صوتی خودرنگ",
"description_without_wood_color": "مبل آزاتا گوشه همراه سیستم صوتی",
"image": "",
"creation": "2025-04-15 12:15:45.749802",
"projected_qty": 0,
"price_list_rate": 294500000,
"model": "آزاتا",
"module": "گوشه",
"module_feature": "همراه سیستم صوتی",
"module_length": "",
"module_width": "",
"module_height": "",
"module_diameter": "",
"module_shape": "",
"module_color": "",
"wood_color": "خودرنگ",
"body_color": "",
"has_body_color": false,
"odd_cloth": 5,
"even_cloth": 10,
"minor_cloth": 0,
"cushion_cloth": 0,
"need_cloth": true,
"Price": 29450000,
"formatted_Price": "۲۹,۴۵۰,۰۰۰",
"images": [],
"stock_qty": 0,
"yindex": 0,
"variant_of": "مبل",
"all_wood_colors": [

i can set the fields that are empty, these fields are in sometimes filled and for some of the products are empty can you fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions