About errorCausesArray.forEach is not a function

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?

Welcome to the Make community!

It looks like you are calling the absolute (full) URL of the API, when the instructions below the URL field clearly states that it only accepts a relative URL.

Remove everything before the /v1/

3 Likes

I seem to have tripped up on something extremely elementary. Thank you for your answer.

2 Likes