What problem are you observing?
The Get Accounts
workflow action to get accounts based on a list of identity IDs is producing no output. The same type of filter works in the API.
What is the correct behavior?
The accounts associated with those Identity IDs must be sent in the output response.
What product feature is this related to?
This is related to ISC Workflows.
What are the steps to reproduce the issue?
- Go to ISC > Workflows > Create Workflow
- In Workflow, generate a list of Identity IDs using the
Get List of Identities
action and select an appropriate action to get Identities. I am using a search query. - Pass the list of Identity IDs to the
Get Accounts
action with Account Selection Method asBy Account Data
, Account Details asIdentity ID
, Operator asIn List
, and in Value List, select Choose Variable and give JSON Path Expression as$.getListOfIdentities.identities.*.id
- Test the Workflow