[Sharepoint] How to send a parameter to list web parts in another page?

Honglim Cui 25 Reputation points
2025-02-20T01:26:31.95+00:00

Dear all.

In sharepoint. I make two pages to filtering and show up some data.

<page1>

Has two list.

filtering data using category list.

then select one parent data in filterd list and redirect to page2.

<page2>

Has one list properties and one list web parts.

Receive parameter from page1 and show up related data.

Bug I can't find a way to receive paramter from first page..

Please teach me how can i fix it.

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,324 questions
0 comments No comments
{count} vote

Accepted answer
  1. Xyza Xue_MSFT 28,466 Reputation points Microsoft Vendor
    2025-02-20T07:55:11.4966667+00:00

    Hi @Honglim Cui ,

    Unfortunately, there is no out-of-the-box way to pass parameters between SharePoint pages and display relevant data. If you have some basic development experience, you can use SPFx to create a custom web part to handle query string parameters from another page.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.