Development

Copilot Studio

[2025 Update] Save Files from Copilot Studio to SharePoint (Standard Feature Guide)

2025 Update: Copilot Studio can now handle files using standard capabilities! Previously, this required a complex workar...
Power Automate

Fix “DateTime parameter is invalid” in Power Automate HTTP Request (URI Encoding)

When trying to specify Japanese time zone directly in an HTTP Request action URL query, I encountered a "DateTime parame...
Power Apps

No Skip Function in Power Apps? Here’s How to Use LastN Instead

Power Apps doesn't have a built-in skip function, so I researched how to retrieve array or table data while skipping the...
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...
Power Automate

Fixing the Power Automate Error: ‘The Specified Object Was Not Found in the Store’ When Accessing Room or User Calendars

When attempting to retrieve calendar events via Graph API (HTTP requests) from Outlook using Power Automate, the error "...
Power Automate

6x Faster Excel Reads in Power Automate: Office Scripts vs “List Rows” [Benchmark]

Are you struggling with Power Automate timeouts when reading large Excel tables?The standard "List rows present in a tab...
Power Automate

The Ultimate Guide to Power Automate Excel’s ‘List Rows Present in a Table’: Delegation, Filters, and Row Limits

I was curious about the detailed behavior of the "List Rows Present in a Table" action that retrieves multiple data (row...