Almost there but stuck on the last hurdle!
Workflow Model
Description
This is a workflow for processing business expenses:
- I add a Gmail label to biz expenses
- They enter into Gmail trigger
- Attachment is pulled at first step
Then:
- Attachment gets sent to Gemini so that it can be labelled with an identifiable file name
And the coup de grace (at least it was supposed to be)
- That gets uploaded to Gdrive
Something like this (with the data from the invoice as the binary):
The issue:
- The binary data from the attachment needs to make it to the final upload node, but … that doesn’t happen by itself.
Any help appreciated!