Node.js tasks in project with custom fields returns [Object]

After some testing, I’ve found the problem.

The custom fields were being returned, they were just collapsed into [Object] for space efficiency in the console.

Just needed to specify the exact array to see.

1 Like