The workflow requires an array of ids of “flight legs” in the parameter “flightlegs”: http://prntscr.com/j72w2k
If I send the array with the only one item, I get the correct response: http://prntscr.com/j72v7p
But if I send the same array but with more that one item, I’m getting the incorrect response (empty): http://prntscr.com/j72vhp
Is it possible to get the array of objects, by sending a list of their IDs?
Is it possible to get all fields of related objects, instead of their IDs (like this http://prntscr.com/j72yr3)?
Yes, we are sending the array of IDs, but not getting the response. The server returns a response if the value contains only one item: http://prntscr.com/j88d75
Could you check the same request, with several ids?
It looks like your defining that the returned flight legs should comply with with being equal to ‘flightleg’, I think that would be seeing either the first ID in flightleg or possibly the entire array as a string… change that to ‘unique id is in flightleg’ and you should have lift off.