Fetch Google Doc for shared document only works in JSON format

To file a bug ticket, please follow the steps below:

I am trying to fetch a google doc that was shared with me, not one that lives on my drive. When I choose the Export Format = “Plain Text” then I receive an error that says:

Fetch Google Document
1Action started on CloudRunnerInstance ID: bc82n at Sep 11, 2025 8:26:50.358 PM MST2
 Fetching Google Doc
3 Resolving variables
4 Fetching from document: "https://docs.google.com/document/d/1XP8i5wkQmFp963bkkokY0dwiAfzdXfvLB_91EH67eBk"
5 File not found: 1XP8i5wkQmFp963bkkokY0dwiAfzdXfvLB_91EH67eBk.

I receive a similar error for any other export format I choose, other than the JSON output. When I choose the JSON output, it works as expected (you can see the google doc ID is identical in the log):

Action started on CloudRunnerInstance ID: bc82n at Sep 11, 2025 8:33:23.324 PM MST2
 Fetching Google Doc
3 Resolving variables
4 Fetching from document: "https://docs.google.com/document/d/1XP8i5wkQmFp963bkkokY0dwiAfzdXfvLB_91EH67eBk"
5 Received result: "{"title":"Employee Handbook","body":{"content":[{"endIndex":1,"sectionBreak":{"sectionStyle":{"columnSeparatorStyle":"NONE","contentDirection":"LEFT_TO_RIGHT","sectionType":"CONTINUOUS"}}},{"startIndex":1,"endIndex":19,"paragraph":{"elements":[{"startIndex":1,"endIndex":19,"textRun":{"content":"TABLE OF CONTENTS\n","textStyle":{}}}],"paragraphStyle":{"headingId":"h.wixolz2qqonx","namedStyleType":"TITLE","alignment":"CENTER","direction":"LEFT_TO_RIGHT"}}},{"startIndex":19,"endIndex":20,"paragraph":{"elements":[{"startIndex":19,"endIndex":20,"textRun":{"content":"\n","textStyle":{}}}],"paragraphStyle":{"headingId":"h.xy6faifby85p","namedStyleType":"HEADING_2","direction":"LEFT_TO_RIGHT","spacingMode":"NEVER_COLLAPSE","spaceAbove":{"unit":"PT..."
6 Saving result to variable {{emp_handbook_text}}
7  Action completed

Errant Debugger Log: https://app.mindstudio.ai/share/debugger/0aeb544d-8d9a-4a96-96a4-f955affccb4f/5b988710-9319-475a-9fe1-026c87e44740

Working w/ JSON Debugger Log: https://app.mindstudio.ai/share/debugger/0aeb544d-8d9a-4a96-96a4-f955affccb4f/5b988710-9319-475a-9fe1-026c87e44740

Run Link: https://app.mindstudio.ai/agents/copy-of-pool-cleaning-qa-assistant-e0df3116

Remix Link: https://app.mindstudio.ai/agents/pool-cleaning-qa-assistant-a0145736/remix

Hi @Mdickens,

Thanks for flagging this! We’ll look into it further.