Create HTML Table from SharePoint List using Cloudflows

 Introduction:

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

 

 


Comments

Popular posts from this blog

The supplied reference link is invalid Error in Cloudflows

Retrieve Email Recipients (TO, CC, BCC) in Cloud Flow

Set Dynamic Recipients of D365 Email in Power Automate