Replies: 1 comment 1 reply
-
Hi @Azique Yes! We need transformers for this. We do not have them currently, but are hoping to get them done in August. In the meantime, you might be able to accomplish this using the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey there,
i could not figure out how to use data returned by a query.
say, i have a rest api which returns something like this:
{ "videos": [{}] "count": 123 }
i can't figure out how do i iterate through "videos" array and get each videos' title, for example.
by the way, are transformations available somewhere?
like in Tooljet transformation is kind of a part of the query itself. I did see javascript action in Automations, but I don't think there's a way to pass query results there.
Beta Was this translation helpful? Give feedback.
All reactions