Forum Discussion
MVCuser
May 12, 2021Brass Contributor
Print Sharepoint List item
Morning. I have a Sharepoint Online list, and i am trying to print one of the line items. Is that possible? I've seen videos where
PDostiyar
May 12, 2021Bronze Contributor
There is no direct option to print a SharePoint list item unless you use Power Automate flows....
Here is some steps that might help;
Login Microsoft Flow here https://flow.microsoft.com/en-us
Click on My flows and then Click on "create from the blank".
Select SharePoint and Select a Trigger “When an item is created”.
Now Select Site Address and List Name. Here I am Selecting the AllProduct.
Add a new step, Select SharePoint and Select an action “Get Items”.
Now Select Site Address, List Name and put filter query, e.g. ID eq ID.
Add a new step, search “Create HTML Table” and Select an action “Create HTML Table”.
Now Select From and Columns. Here I have selected "Automatic", you can select "custom" and manage according to your business requirements.
Here is some steps that might help;
Login Microsoft Flow here https://flow.microsoft.com/en-us
Click on My flows and then Click on "create from the blank".
Select SharePoint and Select a Trigger “When an item is created”.
Now Select Site Address and List Name. Here I am Selecting the AllProduct.
Add a new step, Select SharePoint and Select an action “Get Items”.
Now Select Site Address, List Name and put filter query, e.g. ID eq ID.
Add a new step, search “Create HTML Table” and Select an action “Create HTML Table”.
Now Select From and Columns. Here I have selected "Automatic", you can select "custom" and manage according to your business requirements.
Jamesmasebe
Nov 12, 2022Copper Contributor
if i may just ask, where will this HTML table be saved? how do i get to actually print it out?