zoho.projects.getProjectDetails Doesn't Show All Records
Hi, in Zoho Creator Deluge function, I use the following to get all projects from Zoho Projects.
- zoho.projects.getProjectDetails("maveninsightssolutions171","active","creator_projects_connection")
It works fine but I realized that it only returns the projects that my user is allowed to see on Zoho Projects. There are many more projects that is hidden for my account. Is it because of the connection I created from my own account? Also note that the hidden projects are also in the same portal "maveninsightssolutions171", so that shouldn't be the issue.
In this function though, I need to list all of the projects. So, how can I achieve that?