Hi
It’s true I’m discovering Thunkable (but I’ve already used similar tools)
Here, I can point to a node and retrieve the value through a cloud variable, but what if I want to retrieve the entire tree structure of a bucket?
1 Like
Use // as the node or key
Example
But if you want to retrieve all what is under tasks
then you will use
1 Like
Yes of course. This is an object
, if you want to see the content then convert the object to JSON
.
it works !
Thanks
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.