Closed Gabrieltay closed 6 days ago
Hi guys, thanks for releasing the Passthrough and Loop features. They are awesome.
Passthrough
Loop
Based on the documentation, the Loop should return an array of outputs based on the array of inputs
I have a simple JDM here sample.json
using the following inputs
{ "items": [ { hello: 'foo', }, { hello: 'koo', }, ], }
Expected response:
{ res: [ { world: 'bar', }, { world: 'error', }, ], }
Actual response:
{ res: [ { world: 'bar', }, { world: 'bar', }, ], }
Is this behaviour expected?
Btw, I am using the latest Standalone Editor
Hi @Gabrieltay
Thank you for the bug report. This has been confirmed and the fix will be released.
Hi @stefan-gorules , just tested with your latest patch. It works. Thanks for the quick fix 👍
Hi guys, thanks for releasing the
Passthrough
andLoop
features. They are awesome.Based on the documentation, the
Loop
should return an array of outputs based on the array of inputsI have a simple JDM here sample.json
using the following inputs
Expected response:
Actual response:
Is this behaviour expected?
Btw, I am using the latest Standalone Editor