Is there a way to automate a Notepad Document Creation ? like right now a single notepad document can be created at the same time, can multiple docs be generated at a time or there’s a workaround ?
Hi Shay, are you looking to generate multiple copies of the exact same document (i.e., using the same template and the same template inputs), or generate multiple documents with different contents (i.e., using the same template and different template inputs)?
Could you explain a bit more about your use case?
You could explore potential workarounds using:
- Automate - an application for setting up business automation. The Automate application allows users to define conditions and effects. Conditions are checked continuously, and effects are executed automatically when the specified conditions were met. For example, you may specify a time and send out weekly reports to a predefined list of recipients.
- You can explore creating a longer document using section generators in your template in place of multiple documents.
I have the same query and believe what Shay is asking:
- We have multiple notepad templates.
- We are a single object (or set of objects) that populate those templates.
From there we want to have a series of checkboxes (doc 1 / doc 2 / doc 3) to select which documents we want to create.
Finally a button click would generate one or more documents from templates 1/2/3 respectively based on what is checked.
From what I can tell, that is currently not available in native notepad / workshop functionality and I cannot yet find a way to create this function within Python / Typescript.
Would love to know if there is a workaround for this.