I'm trying to create a process in which I need to upload a Google spreadsheet to Google Drive. I keep on getting this error
Task "Upload Google Spreadsheet" (id: 4[0] - status: ABORTED): Error while processing {P_result.document_id}
Expression P_result.document_id is undefined on line 1, column 3 in Upload Google Spreadsheet.
My process looks a little like this.
Login Google Spreadsheets--->Download Google Spreadsheet--->Login Google Documents---->Upload Google Spreadsheet.
I had to login to Google twice because I was having an authentication token problem (Invalid Auth Token) after the second step so if any light could be shed on that as well, that'd be awesome. Any help or guidance in why the document id isn't being recognized would be greatly appreciated. Thank you,
Trent