Custom Integrations V2, Support Jinja input on array's
Reinier van Dijk | BK IT Solutions
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.
Log In
Niels Ballemans
Not only for Custom Integrations, but also for the input of other workflows as well:
This is why some of our own custom sub-workflows have a 'text field' where you would expect an array field in the input. The parent has an already generated array which we want to pass on to the sub-workflow.