Hello,
I'm looking to output a PowerPoint using a PowerPoint template depending on different projects.
Only a few fields will be updated in the PowerPoint slides based on upstream data.
I thought about using a reporting tools, but it seems like I cannot input a PowerPoint as a template input file, so modifying XML file would be a better choice in Alteryx.
There was a similar conversation in the Alteryx community forum: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Auto-populate-powerpoint-template-with-Alteryx/td-p/52999
If I'm understanding it correctly, this approach is to:
1. extract the PowerPoint to xml first
2. modify the xml file in Alteryx using the upstream data
3. Alteryx will produce the modified XML file, not PowerPoint
4. use the modified XML for different projects
I tried to follow what they've done using the XML input file, so I used a 7zip to extract the PowerPoint and it produced many xml files. However, I was not sure which XML file was the one that contained actual content in the slide deck to modify. Does anyone know which one to use? Also, if there is a better way to accomplish this, I appreciate any inputs!

Sincerely,
knozawa