Skip to main content

Create HTML Table from SharePoint List using Cloudflows

In this blog we are going to see how we can create an HTML Table from SharePoint List.

Here is an example of SharePoint List.

Graphical user interface, text, application, email

Description automatically generated

 

Solution:

You can trigger the flow as per your requirment.

Also, in this example I am retrieving all items in the list, there are filter options avaliable.

Use action: Get Items

Graphical user interface, text, application, email

Description automatically generated

 

We will first initialize an array variable and then append all list values to array variable in loop.

Graphical user interface, application

Description automatically generated

Finally we create an HTML Table from the Array.

Graphical user interface, text, application, email

Description automatically generated

 

 

As per your requirment, you can populate the values in document instead of creating HTML table. Send the HTML table or Word Document in Email.


Comments