Project Workspace Docs Template does not populate dynamic content values in the preview.Issue When we select the docs template to create a document under the project workspace, it only applies the doc template backend fields column name, not the column value.ReleaseXanaduResolutionThis is expected Behavior.Here is the dev team output with Q&A about Docs tab: At the moment, status report tab in the Project workspace can be used to create pages from dynamic template without any code changes required from the customer. They can configure the template structure according to their requirement. If You want to use the Docs tab only, as of today, you would require to implement an extension point and provide the data to replace the column name tokens in the template. As a workaround to avoid implementing the extension point, You can create one status report for the project and then continue to create page from the dynamic template as usual. Q: Currently, customers cannot see dynamic values in the documents themselves within the Doc tab, as this is by design. They are only visible in the status report, correct? A: Yes, currently they can't see the dynamic values in docs tab itself unless they write some code to provide the dynamic values. In status report, dynamic values would be shown without the customer requiring to write code Q: If I try to export the document as a PDF, will the populated values also be missing? A: Export to pdf would have the same content as we see in docs Q: What is the possible workaround mentioned? A: Go to status report tab and create one status report. Now, in docs tab, try again to create page from the dynamic template. I will populate values to the Document page from last last status report