Hi all,
I’m trying to assign user to application using Okta custom api module.
I want to extract all Okta application ID from generalMasterItems (array) using Iterator, then for each ID is inserted to URL.
From data.ticket.inputs, extracting generalMasterItems array
Iterator output
2 bundles are output correctly.
Each bundle has inputs array and application ID is stored as value in its array.
extract application ID
Insert application ID to URL
How can I solve this error?