Is it possible to make automation create custom pdf with template but with dynamic request

Halo Makers,

I have an issue when i trying to make automation creating pdf file from custom template, but with dynamic request. I sending information through webhook what file i want to make and i want to process it.

One of my problem is, google drive module for downloading docs file to pdf are not supporting multiple files at the same time, also i have an issue mapping files to attach at the Gmail draft module.


blueprint (1).json (257.0 KB)

Welcome to the Make community!

You have not yet provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any error(s).

To allow others to assist you with your scenario, please provide the following:

2. Scenario Blueprint

Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!

To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.

You can upload the file here by clicking on this button:

Sharing these details will make it easier for others to assist you.

Thanks for the information. I already upload it.
But my current issue is cannot creating custom condition for Gmail draft module. I want to customize file attach based on the file output, like when you want attach 2 file for this module but after that there is request with only 1 file attach.

The structure

The errors

Setting in module

If there’s only going to be one of those files, you can just remove the “a” & “b” from the variable names.

Then, you will only have a single file to map.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks for the help. I can implement it and successfully processed.

My issue is, when i want to attach 1 or 2 file with same flow, it is possible to do that?
I need alternative to make dynamic file attach, because it seems to static attach on module based on our file map.