We created advanced reports to have live values from our projects’ custom fields in different sections. As my search resulted, it’s not possible to pull these values via API or similar to have them updated daily into a Google Sheet.
But is it possible to pull the column aggregated values from different sections to Google Sheets? Or are there any workarounds for this?
Can you say more about this specifically? It’s possible to get the custom field values from tasks in a project, so I’m not sure what you’re looking to get that you were not able to?
Ah I see, you’re wanting the aggregate values. As you’ve noted , that info is not available via the API. Your only option using the API is to pull the individual task values and do the aggregation in your code.