Skip to content

Is it possible to use conditionalRemove inside repeating complexeItems list  #41

@YOUSSEFBHM

Description

@YOUSSEFBHM

how to use conditionalRemove inside repeating complexeItems list
we have to show the address if only showAddress = True

the json is smthg like

{
"complexItems": [
{
"name": "First Name",
"showAddress": True,
"address": { "street" : "street 1" , "city" : "city 1"}
},
{
"name": "Second name",
"showAddress": False,
"address": { "street" : "street 2" , "city" : "city 2"}
}
]
}

how to achieve the result

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions