Unable to send multiple arrays as Orchestration Input
Hello Team,
Is it possible to send multiple arrays as input to Orchestration?
Using JSON, i have developed multiple data sets to give input to Orchestration. But, unable to see any arrays as input in Orchestration.
Please find below example of sample dataset which we want to give input to Orchestration:
[
{"Long_Address_Number_Sold_To":"4242","Long_Address_Number_Ship_To":"4242","BusinessUnit":"M30","LineDetails":[{"Quantity_Ordered":"1","Item_Number":"210"},{"Quantity_Ordered":"3","Item_Number":"1001"},{"Quantity_Ordered":"2","Item_Number":"K001"}]},
{"Long_Address_Number_Sold_To":"4244","Long_Address_Number_Ship_To":"4244","BusinessUnit":"M30","LineDetails":[{"Quantity_Ordered":"4","Item_Number":"210"}]}
]
Any lead is much appreciated.
Thanks