How to call API in a map function ?
You cannot run actions inside the map or the formula editor in general Can you set up a version of the API that takes an array instead ? I delved a little into what you had said Andreas , looked on my own and I finally opted for this option : - I have an index variable which will create my loop - I make a switch : if array .size ( ) > index - - > call API - - > index + + - - > call my Workflow again if not - - > go to url with return _path attributes