Replies: 2 comments 4 replies
-
Hi T-Chiang, |
Beta Was this translation helpful? Give feedback.
4 replies
-
And for the question |
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
-
Hello all,
I'm trying to use the For Loop operation to iterate through objects in a container to set their attributes. I have the loop currently set up as the following:
For the Set operations I then use the 'children' iterator to access the objects within my container to set their attributes:
Unfortunately this isn't working and I'm unsure why and what the correct way to do this operation is. Any help advice?
Side note: is there a way to use AQL to print to console to help with debugging? Or any programming tips in AQL to see the results of a query and think about what the next step might be?
Beta Was this translation helpful? Give feedback.
All reactions