What is your goal?
i try to give a image from gmail to geminin but dont really found a solution to made work
What is the problem & what have you tried?
i try data but i give me a error of lenght capacity
Screenshots (scenario flow, module settings, errors)
Hey @NewZerX !
Gmail attachment data is usually too large to pass directly into Gemini in that field, which is why you hit the length limit.
Use the image as a file URL instead of raw file data. Upload the attachment somewhere Gemini can access, then map that public or signed URL into File URI.
So the fix is not to send the Gmail binary directly. Send a URL to the file instead.
Ethan Marcellus- Automation Expert at Tuesday Wizard | Top Make Solution Partner | Make Community Contributor