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:
@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.?