Currently when you create a request in a Custom Integration V2 and you define the json body.
When one of these elements is an array value, and you work in the Workflow designer you can add values to this array one by one. Doesn't seem to be a way to pass an entire list to this array.
I feel like this would be something needed if you give people to define array's, if i need to pass an array of 100+ objects in this JSON body
Currently working around this with generic requests and raw json body
But i would really like to utilize the 'fancy' input in a workflow actions instead of keep having to fall back to the generic requests.