Help with this relational query?
I am trying to get all the organizations that a member is associated with.
This code is working:
But it is outputting this:
I know I could just transform this easily with JS, but I wonder if I writing the initial code wrong. I just want an array of organizations.
This code is working:
But it is outputting this:
I know I could just transform this easily with JS, but I wonder if I writing the initial code wrong. I just want an array of organizations.