Hello!
I’m trying to Bulk Export the PDFs that are generated in each element of the loop config layout:
However, I’m encountering quite some issues with this simple task. I’ve tried the following so far:
- Having an action that stores the output of the “Notepad: Template Button” Widget: it doesn’t work as the output is a Notepad RID, not the actual PDF.
- Using the Button Group for Bulk Download → Export Media: this doesn’t work, as I don’t have any Attachment property (I can only store the Notepad RID, not the actual PDF file that would be the attachment)
I was thinking to create a python Function to transform the Notepad RID into a PDF, without success so far. Do you have any ideas on whether this is achievable?
Thank you for any suggestion!