Hi,
In the workflow, I am using the “Get list of identities” action to retrieve a list of identity IDs. To pass this list to the “HTTP Request” action, I am utilizing the Enter variable feature and referencing the list of identity IDs using the expression $.getListOfIdentities.identities[*].id
.
When I examine the output of the “Get list of identities” action, the list of identity IDs is displayed correctly, with commas separating each item in the array.
However, when attempting to construct the body of the HTTP request using the Enter value, I noticed that the commas are inexplicably being removed from the array items. This omission of commas is subsequently causing a JSON parse issue.