We were able to do this in O365 and Docgen. We are now trying to do this in NAC, we have about 600 pictures that needs to be in a document that is being generated. We tried to use query a SP list but it didn’t work because the pictures isn’t hosted publicly, and with the nature of these pictures they cannot be hosted publicly, we try to use tables saving the base64 to a table but the pictures can exceed 3Mb, so we are hitting the 10000 character limit in the rich text field in NW Tables. Previously we were able to query a SharePoint list and replicate a rows of data including images used in the rich text field and populate a document using Docgen dynamically. When we generate the document it was with repeating sections and the document size is around 16mb when generated from O365. If there is another solution even if it isn’t with tables it will help.