I've got a CSV file transformed into Excel, and I'm looking to migrate that data to a different Excel template stored in a SharePoint library. Since I plan on reusing this template, I'm incorporating the details into it, then utilizing "Get File Content" and "Create File" to generate a copy of the template. Next, I'll clear the rows in the original template for future use. While the table transfers over to the new template successfully, the table contents aren't showing up. So two questions
1. Why wont the content appear?
2. Am I creating the best solution to the above? Is there an easier way - New to PA!!