Hi guys,
I have an API that works well when all the array values are filled. Somehow it doesn’t work when at least 1 value is null. So below are screenshots explaining the problem.
Below is the workflow and the form showing the dynamic data input values. Whenever any of these are empty the entire array sends a null.
This is an image of the form whose dynamic input feeds the workflow shown above
Below is the API where the order_items is the parameter I am asking about.
Somehow the API doesn’t initialize when I use JSON as the body type meaning I am stuck using form-data, so that option is out for me.