I have built an automation to read email from Gmail with a certain tag. Then convert these emails into a PDF via PDF.co and add to a google drive and then to a notion database.
The iterator is to combine existing PDF docs and the newly pdf’d email into a single file.
I want to be able to push the Subject from the Initial email string into the Notion database at the end of the process. But I am getting a series of errors when I try to retrieve the value from the original email.
I tried to use a “Get Variable” module to bring the value to the module directly before Notion, and while this module would read the values as an input, I cant work out how to use these value as a output into the Notion database. The Get Variables modul doesnt want to provide an output.
Thoughts?