I want to save the displayNames from the Action “Get List of Identities” in a variable, I tried to do it in following way:
<{
“name”: “TeamArray”,
“description”: “”,
“transforms”: ,
“variableA.$”: “{{$.getListOfIdentities.identities[*].attributes.displayName}}”
}/>
You cannot save Array as a variable. There is no capability of variable to store array data. The value you are trying to save is a list/array of data. Variable only support single string at this time, not array of data.