Forum Discussion
Changing SharePoint Quick links automatically via power automate
- Aug 07, 2023
bhavaM I will suggest you to try below SharePoint out of the box approach instead of using Quick Links web part and Power automate flow/PowerShell/custom solution for updating the links/image URLs.
- Create a SharePoint list for storing the birthdays and details
- Create a list view using filters so that only current month birthdays are visible
- Apply JSON formatting for your list view to make it look like quick links
- Create a SharePoint modern page
- Add list web part on page --> select your list --> Edit web part settings --> select your list view showing current month birthdays.
Check below SharePoint JSON view formatting samples which will help you:
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.
But My data's comes from Power automate, Where it does not support image data type.
bhavaM Check these article for adding/updating SharePoint image columns:
- Add an image to SharePoint Image columns using Power Automate
- Update image in SharePoint/Microsoft Lists Image columns using Power Automate
- Add, update, or delete images in SharePoint/Microsoft Lists using Power Apps
- Add/Update image columns in SharePoint/Microsoft Lists using PnP PowerShell
- Add/Update image columns in SharePoint lists using CLI for Microsoft 365
If you are already using Power Automate flow for adding/updating SharePoint list items, you can easily update the image URL in list as well. It depends on how you have configured your flow currently.
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.