May 24 2023 06:02 AM
I have a SharePoint homepage with different lists in it. Is there a way with SharePoint http (power autoamte) to change the "column in 'list' to filter".
May 24 2023 06:27 AM
@ldLDL There is no standard Power automate action available using SharePoint connector for your exact requirements.
However, if you figure out how to update web part properties using SharePoint REST API, you can use "Send HTTP Request to SharePoint" action in power automate to run REST API request which will change the filter in web part.
Ideally, you will need to updated LayoutWebpartsContent property in site page content. Check this: Publish dynamic document with File Viewer in a SP Page
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.
May 24 2023 06:36 AM