I'm having my usual fun time, using input from a Sheet and trying to get the output of a GAM command into a tab on the same Sheet. I've used a modified version of a different GAM command that outputs to a sheet but that doesn't work. Here's what I've got:
gam redirect csv - multiprocess todrive tdfileid <FileID> tdupdatesheet tdsheet "TEST -
DON'T USE" tdtitle "documents_ids" redirect stderr stdout csv gsheet <user> <FileID>
"documents_ids" gam user <userid> show fileinfo id ~doc_id fields lastModifyingUser
but this generates a blank tab in the sheet. It doesn't matter if I use taddsheet or tdupdatesheet, it's still blank.
Can it be done?
Temple