Workflow - Passing array to "Enter Value" field

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.

image

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.

Currently, we are using loop operator as a workaround and making a call for each identity id.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.