Forum Discussion
Kevin123
Oct 02, 2023Copper Contributor
Can you add dynamic content from another site list to a modern SharePoint page?
My classic SP page use a little JS and HMTL formatting to provide Task Order header data for each Task Order subsite. I am finding this difficult to accomplish in a SP modern page. The data comes...
- Oct 03, 2023
Getting closer as I made a SP list view with some JSON view formatting and then URL SP filtered for that one item. I used my iframe to "crop" the top of the list view. Now the last little piece is how do I dynamically get the site name, which is in the site title and the URL, inserted as the filter value for "FilterValue1". Currently I have "FA....2" hardcoded in there.
leeguth
Nov 05, 2023Copper Contributor
I think this is what I need to do. I want to display some information from one SP site's lists onto another site - along with other verbiage...the list would need to be filtered for each section.
Do you have the steps you followed or a video that I can follow?
Do you have the steps you followed or a video that I can follow?
Kevin123
Nov 06, 2023Copper Contributor
Sorry no video. I figured this out myself. You can learn how to the JSON SP list column formatting here: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting. Then it is just a matter of calling the list with a filter for one record and adjusting the size of the iframe size within the webpart.