I have been trying to query the project’s owner with sth like:
queries.push({
type:"Project",
key:"project",
fetch:"Owner",
query:"(ObjectID = __PROJECT_OID__)"
});
but it’s not working, and I found no advice on the Internet on how to do that
Can someone show me how?
Thanks
Try adjusting your fetch:
And then adjust your query:
Which should give you Projects owned by user@company.com.