Forum Discussion
RajeshSawant
Jan 31, 2023Copper Contributor
Regarding SharePoint Page Slide
Hi Team, I have created SharePoint online site contains two pages and two different list, I am trying to rotate that pages like "Image Carousel" but I am unable to do that. I need to show differe...
SvenSieverding
Feb 01, 2023Bronze Contributor
RajeshSawant
Feb 01, 2023Copper Contributor
Hi 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!
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