Forum Discussion
Regarding SharePoint Page Slide
SvenSieverding, Thank you for your comment.
Could not found : Select "Promote"->"As News on this page"
- RajeshSawantFeb 01, 2023Copper ContributorHi SvenSieverding,
I have create the same slider is working fine, but the slide only showing title of the page as a link. I would like to show entire data.
How I can do that ? Need a help SvenSieverding
Thanks!- SvenSieverdingFeb 02, 2023Bronze Contributor
Hi RajeshSawant,
mhm.... that is more difficult.....
You could do three things:1) Create a completely new SPFX Webpart using Javascript (https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part )
2) Create a new PowerApp that loads data from your page library and displays the first element. Use then a timer control to switch to the next element every X seconds (https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-timer )
3) Create a Power Automate Flow that on save combines all of your information into a single string and sets that as the page title and use the news Webpart
Best Regards,
Sven