πPower Automate Blog Post: Extract Library Name and Library ID from "When a file is created (properties only)" Trigger
π Power Automate Blog Post: Extract Library Name and Library ID from "When a file is created (properties only)" Trigger In this guide, we’ll walk through building a robust Power Automate flow that: Works with the “When a file is created (properties only)” trigger. Dynamically extracts both Library Name and Library ID (GUID) . Avoids unreliable URL parsing. Uses SharePoint REST API for accurate library details. π― Scenario You want a flow that triggers automatically when a new file is uploaded to any SharePoint document library and retrieves: The correct Library Name . The accurate Library ID (GUID) . πΉ Full Step-by-Step Solution 1️⃣ Trigger: "When a file is created (properties only)" Configure: Site Address: Your SharePoint site. Library Name: Specify a library or leave blank for all libraries. This trigger provides metadata such as: {Link} (file URL) {Path} (relative path) 2️⃣ Compose: File URL Name: Com...