posts
Copilot Studio Workflow - Inbuilt Agents
Overview Copilot Studio now supports agentic workflows with inbuilt agents created directly inside the flow.
If you have used Microsoft Foundry Workflow, the experience will feel familiar: triggers, actions, inline testing, flow notes, and governance hooks all come together in one place.
Copilot Studio agentic workflows can connect to declarative agents using the #M365Copilot action or to custom agents built inside #CopilotStudio.
Inbuilt workflow within agent
Add a “New agent for this workflow” This post shows how to configure an inbuilt agent inside a Copilot Studio workflow.
posts
SharePoint Column Formatting: Show a Create Button or Open Folder Link
Overview This post shows how to build a SharePoint column formatter that switches between a folder creation button and an open-folder link based on whether URL_Folder already contains a value.
If URL_Folder is empty, users see a Create Folder button. Once the folder exists, the formatter replaces the button with an Open Folder link.
Why this helps Offers a clear action for new items Prevents the same action from appearing when the folder already exists Improves user experience with a single column-driven state Makes the row easier to scan by showing a transparent status-based UI How it works The formatter uses a parent div with two child elements:
posts
SharePoint View Formatting: Clean Folder Tiles with Native Links
Overview This SharePoint view formatting template turns a list or library into clean folder tiles with a native link. It is designed for a simplified tile experience where the entire card is clickable and the raw URL is hidden.
Why use this layout? Entire tile is clickable, not just the text Uses a native anchor so the browser shows the target URL on hover Removes SharePoint’s default click overlay and selection UI Centers the folder icon and title with consistent spacing Keeps the tile clean when folder names vary in length What the formatting does hideSelection: true disables SharePoint selection visuals fillHorizontally: true makes the tile span the available width href maps to [$URL_Folder] and opens in a new tab title shows the URL tooltip on hover FolderName renders with a fallback – when empty How it behaves 🖱 Click anywhere on the tile