Forum Discussion
Display single list item on sharepoint site
BigTom1982 I don't think you will be able to do it dynamically using the SharePoint out of the box list web parts
Unfortunately, list web part dynamic filtering does not support the page properties else it would have been very easy to setup.
You may need to create separate site page and list view (for each site page) to get this working OR you can create a simple Power Apps canvas application to show the list item details based on the list item ID (or any other unique property of customers) which you can pass as query string parameter to application URL in Power Apps web part settings - Read that parameter in Power Apps using Param() function and based on that show the item details in the app.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.