Forum Discussion
pathum1994
Oct 05, 2022Copper Contributor
How to load dynamic content on Sharepoint page ?
Hi all, I'm quite new to sharepoint, What i want to do is, One page has few quick link tiles, and based on the tile user clicked, it should redirect to another page with some dynamic data. ...
ganeshsanap
Oct 11, 2022MVP
pathum1994 This is not possible using SharePoint modern experience out of the box capabilities.
Try this approach:
- Pass query string parameters in URL on click of quick links like: "https://contoso.sharepoint.com/sites/work/SitePages/MyPage.aspx?ql=QL1"
- Add react-script-editor web part on modern page
- Read query string parameter from URL and show it on page using web part.
You can also achieve similar functionality using Power Apps. But look and feel will be different:
- Pass query string parameters in URL as mentioned above
- Develop canvas app which will read query string parameter using Param() function and show the value in label control
- Add canvas app on SharePoint page using Power apps web part.
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.