Inserts slide from another presentation. In the presentation where the slides are inserted, the section must contain at least one slide, which will be used as a reference for where the slides are inserted. Only the inserted slides will remain in the section, and all previous slides from that section will be deleted.
Syntax
<<SlideElement:Label$FilePath$DataPath>>
Parameters
Label: Name of the section in the generated presentation.
FilePath: JSON path of the string containing the slide to be inserted. The string can be either an URL for downloading the file or a Base64 encoding.
DataPath: JSON path of the JSON object that will be used as input data for the slides.
Notes
It is possible to create a Base64 string of existing DocuMotor templates to use for the SlideElement binding. See this article for more information.