Eric
Eric
sorry had not the time to test it yet will do asap Eric On Wed, Jun 27, 2018 at 4:13 PM, Matt Ellis wrote: > @ecarlier-tibco did this work for...
it seems to work except that the web ui does not accept this syntax but works in cli Cheers Eric On Wed, Jun 27, 2018 at 4:20 PM, Eric Carlier...
but it seems to only work with string. I tried with an array parameter, and also a number parameter, and I could not get it to work Eric On Wed,...
Here it is [flogo.json.zip](https://github.com/TIBCOSoftware/flogo/files/2142265/flogo.json.zip)
@lixingwang 1. I tried both options you mentioned. It works ok if I pass an array param in my test request body. But I don't, and then get into the...
Yes but my point is that my application is expecting an array. If it is not provided by the input request, I want to set an empty array, or an...
Ok the empty array works fine : `$.content.ParamArray2 != nil ? $.content.ParamArray2 : "[]"` But the one you mentioned initially, setting a default array with at least one element, does...