Hi everyone,
I’m trying to follow this tutorial video about fetching a document from Google Drive then extracting data from it. The first part of the workflow runs, I got the file ID, but the scenario stops before the Download File node.
When testing the node it says: “Workflow executed successfully”, but there isn’t either input or output data. The configuration should work, I map the file id from on of the previous module (drag-and-drop in function editor). But even if I hardcode the file id or url, it does not process it.
The Google Console configuration seems fine (auth OK, scopes OK, sharing config OK). There is no error message, and I did not find any similar use case here or on the web. Can you help me with this one? I have absolutely no idea what’s causing the issue