Copilot Studio

Copilot Studio

Copilot Studio Power Fx Cheat Sheet: Variables, Arrays, and Formulas

When building advanced agents in Copilot Studio, mastering Power Fx is essential. Unlike standard configuration, using P...
Copilot Studio

How to Use the ‘Parse Value’ Node in Copilot Studio: Parsing JSON Within a Topic

Since the "Parse Value" node in Copilot Studio turned out to be quite useful, I decided to document its functionality.Th...
Copilot Studio

How to Skip Questions in Copilot Studio (Slot Filling Guide)

In Copilot Studio, Slot Filling is a powerful feature that allows the bot to skip questions if the user has already prov...
Copilot Studio

Copilot Studio Variables Guide: Global vs Topic Scope & Passing Values (Avoid Choice Type Errors)

I explored variables in Copilot Studio in detail. While they look similar to Power Apps variables, there are some unique...
Copilot Studio

Copilot Studio Explained: The Difference Between ‘End All Topics’ and ‘End Conversation’ | Topic and Conversation Management Guide

I was confused about the difference between the "End All Topics" node and the "End Conversation" node in Copilot Studio,...
Copilot Studio

Adding SharePoint to Copilot Studio: Permissions Behavior & Setup Guide (2025 Update)

Note: As of mid-2025, Copilot Studio also supports SharePoint Lists as knowledge sources. This article focuses on adding...
Copilot Studio

How to Use SharePoint Knowledge Base in Copilot Studio for RAG Implementation

Note regarding screenshots:The screenshots in this article are from the Japanese version of Copilot Studio. However, the...
Copilot Studio

Building Self-RAG in Copilot Studio: A Low-Code Implementation Guide (2025)

Following our previous implementation of Naive RAG in Copilot Studio, this time we'll explore "Self-RAG," one of the Adv...
Copilot Studio

Building a Basic RAG System with Copilot Studio AI Search: A Step-by-Step Guide

Building upon our previous work with AI Search, I implemented a Naive RAG (Retrieval-Augmented Generation) system in Cop...
Copilot Studio

[Copilot Studio] How to Create a “Loop” Using the ‘Go to Step’ Node (Conversation Retry Pattern)

Unlike Power Automate, Copilot Studio currently doesn't have a dedicated "Do Until" or "While" loop action. However, the...