Does .include() work on DB queries in CC Tasks?

.include() on a DB query is a very handy tool for improving the overall time efficiency in a function. Does it also work when using it in a CC task or in a script that I am running on my local machine?

No, .include will not work in CloudCode. The task will not warn that the syntax does not work, but it will not retrieve the items you are attempting to include.

1 Like

Update: .include() is now supported in CloudCode as of Version 1.10.