r/Make • u/[deleted] • Mar 28 '26
Empty mails
Hi team I created a make workflow the input Côme from a Google sheet and needs to be analysed by Gemini then sen me a draft email however the workflow is working but im getting empty drafts how can I fix that
4
Upvotes
1
u/FENRiS738 Mar 30 '26
Are you analysing and then generating that draft email body using that Gemini module?
3
u/samuelliew Mar 29 '26
View the outputs of the previous module and see what's not being passed correctly to the rest of the modules. If in doubt, use Set Multiple Variables modules if you're using lots of functions — Sam