There are instances where you may want to use common logic across multiple Flows, like some data manipulation logic, or an instance where you want your Flow to have multiple triggers which are not yet possible, but you can create two flows with two different triggers and call third flow which implements your processing …
Recently we came across a requirement for SharePoint Online where we were required to create SharePoint subsite when an item is created in the SharePoint List. It was basically a Projects list and when a new project is created in the list, the requirement was to create a new Project Subsite when a new Project …
Recently while working on a SharePoint On-Prem to SharePoint Online migration, we came across a scenario where the customer used incoming emails heavily for the specific site collection, and they wanted to continue using it in SharePoint Online after the migration. That made me look into different alternatives available to implement incoming emails in SharePoint …