Hello,
I would like to create a PDF using data from my Monday board. However, I’m currently facing an issue with filling a section (#section) with specific information from a particular Monday board item. I’m not sure how to make this work.
So far, I’ve only been able to generate a single PDF for each subitem, and I would like to find a way to consolidate this into one PDF with all the relevant data included.
Hey @jose2023,
You have to create an array for each sub item from Monday, this has to be posted as a nested array of line items to your post request on Documentero.
If this is not clear please do not hesitate to contact me.
Thanks,
Dimitris Goudis
Hello Dimitris! Thanks for your answer.
It looks like it is working this way, but I would like to ask if you think it could be more efficient in another way.
2 Likes
Hey @jose2023,
The next level of improving your current scenarios efficiency is to build your own make app, that will be able to receive the same input and it will run in one module all records. This app can be executed only once…
However I would not recommend that 100% since this is more technical solution and you gonna make your scenario more complex and harder to manage it later