Replies: 1 comment
-
|
Answering myself, I got it... I found some very good examples about how to use Then I was able to provide the proper array to And I was able to traverse it :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I need some help with what I can and can't do with an export to transform a JSON returned from an API call.
The endpoint above returns the following JSON:
I would like to use a
forloop to emit an event for every task in this collection and pass the associated parameters.How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions