Tag: Power Automate


  • Break and change list item permission using Power Automate

    Using Power automate (Microsoft Flow) to assign permissions on a single item, folder or file is fairly easy, but can quickly become complicated, if you traverse through many sites and lists. This is a simple guide for the very basic setup. I often start by restoring the permissions for the item, so I know, there…

  • Delete SharePoint List Items Permanently Using Power Automate in 3 easy steps

    Say you have a list in SharePoint with some data that you need to have deleted. The standard Flow action “Delete item” or “Delete file”, will actually delete the item, but only to the recycle bin. You need to use the Rest API to permanently delete the items If you have a lot of items,…

  • Cancel or stop all running flows in Power Automate

    Finding out that you have a scheduled flow in Power Automate, that just continue to run and then the next flow does the same and all of a sudden, you have a gazillion flows running and never stopping. Well according to the Power automate limits, they will be cancelled after 30 days. But you don’t…