Mapping List values in Config Hub

I am trying to set up mappings for Sources in Configuration Hub. I cannot figure out how to map a list of values. Here is what I have tried, but this does not work:

This is what the raw JSON field looks like:


    "features": [

        "PROVISIONING",

        "SEARCH"

    ],

Anyone know how to do this?

@Vinod_Yadav071984 - Can you try the json path as “$.features[?(@ == “PROVISIONING”)]” . This will auto-populate “Original Value” as “PROVISIONING” when the draft is prepared.

New Value : Leave this blank. Leaving it blank tells Configuration Hub to remove that element from the array during deployment.

OK, I can try that, but I’d like to have a new value of just “SEARCH”. How can I do that? Or are you saying that your method will simply remove the PROVISIONING value and leave everything else? If so, what if I want to remove multiple values like PROVISIONING, DELETED, etc.?

I think this is what you are suggesting:

image

I tried that and it didn’t do any replacements.

Here is the raw text if that image can’t be displayed:

SOURCE

JSON Path - $.features[?(@ == “PROVISIONING”)]

Original - <Placeholder Text>

New - <Placeholder Text>