Microsoft Word · Arazzo Workflow
Microsoft Word Build Report Body
Version 1.0.0
Insert a heading, add a data table, list the resulting paragraphs, and save the document.
Provider
Workflows
build-report-body
Insert a heading and table, verify paragraphs, and save.
Inserts text and a table into a document body, lists the paragraphs to confirm the structure, and saves the document.
1
insertHeading
insertText
Insert the heading text at the end of the document body. The JavaScript API returns 200 with the affected range.
2
insertTable
insertTable
Insert a table with the requested rows and columns at the end of the body. The JavaScript API returns 201 with the created table.
3
listParagraphs
listParagraphs
List the document paragraphs to confirm the heading and table content were added. The JavaScript API returns 200 with the paragraph collection.
4
saveDocument
saveDocument
Save the document to persist the inserted heading and table. The JavaScript API returns 204 with no content on success.