How to map specific variable in call acvitity when same variable appeared under mutliple object group in json input

Hi,

In a modeler how can I point out a specific field/variable name under “Variable tab->In Mapping” in the call activity the when there will be a same variable name is appeared under different object sets in process input in JSON.

Consider below example input and if i want to map only the variable-x from group-b object sets then how it can be mapped in the call activity input.

For example

“group-a”: {
“variable-x”: “A”,
},
“group-b”: {
“variable-x”: “A”,
},
“group-c”: {
“variable-x”: “A”,
}

Thanks,
Parth

Are you asking how you can maintain a different value for a common process variable when used with child processes called through the Call Activity?

I’m not really sure what you’re asking here.

Michael