This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have a requirement where I need a path to a parameter within a expression library. I have a number of grouped collections, which have the same parameter name, something like this:
"Search":
{
"Material": {
"serverIPAdrress": "198.168.0.25", "lo...
I have a requirement, where by I need to copy the same data into all the entries in a JSON array. The data I need to copy is
“countryIso” : “GB”
“sessionId” : “ed7e8228-a82b-44e0-adea-caee6c61a987”
I have an typical JSON array structure:
"orderLine...
Bojan
Thank you for your feedback, but I have already tried that. I’m currently using a mapper snap (which maybe the wrong way to do it) used the data once, but there are after errors, because the 2 values are both null.
Is there a means of retainin...