I have a powershell script that generates a csv file and emails it off to a list of people. I want to email this csv file to a Team channel which will drop it into sharepoint, then I want Flow to convert the csv file into an HTML Table and indsert it into a page as "Lastest Data".
First, is this something Flow can do? And Second can someone point me to an example of this or something similar so I can get this sorted out. Thanks!
Hi @Anonymous,
Do you want to convert a csv file of SharePoint library into an HTML table?
Further, could you please share a screenshot of your flow's configuration?
There is no way to analyze the data of a csv file in Microsoft Flow currently, if you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
In addition, you could consider take a try to convert the csv file into a excel file manually, then use "Get rows" action of Excel connector to retrieve all rows of the excel file. If you have converted the csv file into a excel file, please take a try to create a HTML table with the follwoing workaround:
The flow works successfully as below:
Best regards,
Kris
I'll try this for sure! Thank you for the reply.
Chris
Hi @Anonymous,
Do you need any other help?
Best regards,
Kris
You can use Parse CSV action from Plumsail Documents connector. It allows you to convert CSV into an array and variables for each column. Please read this article demonstrating how it works.
In your case you will need to parse CSV and then generate an HTML from a template using this data. For this task you can use Create HTML from template action from the same connector. Please review this article to learn how to generate HTML from template.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
59 | |
42 | |
35 | |
32 |
User | Count |
---|---|
78 | |
67 | |
57 | |
47 | |
43 |