Hi, i hope all is well for you.
Well, i am using docMaker plugin, it creates pdf files. I have 1 page with form and 1 button. Let’s call this “Form Page”
Create Pdf button workflow:
- Create pdf file (keep it private in Bubble)
- Navigate to Page (Let’s call this “E-Mail Me Page”) and on data to send it calls “Result of docmaker’s result file”
It creates file and send you to next page, no issue. Confirmed from both API and Bubble dbs.
On next page, i want to send an email with this file as attachment.
On E-Mail Me page we have;
- Input Email address
- Send E-Mail.
Now, how do i do this? How do i recall the file from previous page at the section of “Attach File” of sending e-mail workflow?
Also, both page type is undefined, should i change the type of those pages to file?