Forum Discussion

ldLDL's avatar
ldLDL
Copper Contributor
May 24, 2023

sharepoint http filtering

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". 

  • 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.

    • ldLDL's avatar
      ldLDL
      Copper Contributor
      Thank you for your response. Just to clarify, I was referring to utilizing HTTP requests for this task. I plan to experiment with methods such as updating the LayoutWebpartsContent. Once I've made progress, I will provide you with an update.

Resources