I have recently rebuilt all of our Document Designer templates under one solution, mainly due to the need for most documents to pull data from several solutions and the large number of formulas needed in each table to accomplish this. Now, I have one "Document Creator" table chock full of formulas to pull data in for the Document designer, eliminating the need for redundant formulas across other solutions and tables. This is working really well and has kept my other tables a lot "lighter", as well as making it easy to duplicate and modify existing doc templates to create new ones. The last hurdle to overcome is having a way to dynamically select a PDF template within an automation by using a single select value. My preference would be to add a "Fields from Trigger" in the Create PDF action aimed at a single select field with values matching the doc template names. Next best would be conditional logic where I could if/then select the template. As it is, I use a Yes/No field named after each document and separate automations, but as I have about thirty doc templates to create in total this will get cumbersome very quickly. I tried skipping automations and just opening the doc designer, selecting the record, and exporting, but then I had to manually rename each document, so automations are the way to go to prevent PDF naming errors.