Discussion

Ask a Question
Back to All

includeFields 'owner' with google script doesn't work

Hi ,

I use the api V1 TargetProcess and i don't know why, when i try to include in my goole sheet the owner cell, i have a blank insteag of 'sophiane'.

Below the code :

TPDATA.filter = '(Owner.FullName contains'sophiane') and (Severity.Name ne 'undefined') and (EntityState.Name ne 'Terminé')';
TPDATA.includeFields = '[ID,Name,Project,CreateDate,EntityState[Name],Priority,Severity[Name],Team[Name],Owner[FirstName]]';