I'm curious if docmosis can support pulling information from a database to generate a table. For ex, i want to generate a document that shows in a table topics about various states, like state capital, state flower, state population, etc.
I have a form that collects information from the user: which states do you want to include (from a multi-select pick list) and which topics about each state do you want to include (again, from a multi-select pick list). But the topics about each state is stored in a separate "database". It could be a GoogleSheet, SharePoint list, etc. That information is NOT included in the docmosis template.
When docmosis generates the document, it would iterate through the information provided (every state and topic), pull that information from the database and then insert that into the generated document.
If so, how is this done?