Forum Discussion
Print Sharepoint List item
MVCuser Did you get a working solution for your problem? I'm doing the exact same thing and running into same kind of problems as you. I'm using Lists to collect inspection reports and one report is basically one line of the list. I have pretty massive amount of columns in my inspection report and would like to print it out clean 1-2 pages.
- Daniel_NZ_AILJan 17, 2022Copper Contributor
Kalle_Sivulla did you have any luck with this?
- RobElliottJan 17, 2022Silver Contributor
Daniel_NZ_AIL when I know that I or my users might have to print individual items from a SharePoint list I create an app in Power Apps with the list as the data source. I add a form that has the item columns in it, and Power Apps has a print function so I add a button and in the OnSelect property enter Print() which will open the normal print panel. This allows me to easily print an individual item without needing to create a flow. The attached short video demonstrates this.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)- DebResnickApr 14, 2022Copper Contributor
Hi RobElliott . It works in preview but not in the actual list. Have you tested this with the actual published form on the list?