Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Insane Copilot Studio SharePoint List Knowledge Workaround!!

Автор: Matthew Devaney

Загружено: 2025-04-13

Просмотров: 20046

Описание:

SharePoint lists can't be added as knowledge to a Copilot Studio Agent but you can use a little known hack with Agent actions instead. And the results are amazing

The Agent can use a flow action to determine the SharePoint list columns and data types. Then it passes this information to an AI prompt, which writes a SharePoint REST API filter query. The filter query fetches the SharePoint list items we need, and Copilot uses generative AI to respond with the final answer.

Video Chapters 🎬
[00:00:00] Use A SharePoint List As Knowledge Demo
[00:02:32] Create A New Agent & Flow Action From Scratch
[00:05:38] Setup A SharePoint List With Text, Numbers & Dates
[00:06:27] SharePoint HTTP Action To Get List Columns & Data Types
[00:14:56] AI Prompt to Generate SharePoint REST API Filter Query
[00:20:23] Add Prompt Action To Flow And Fetch SharePoint List Items
[00:23:59] Respond To The Agent In Copilot Studio
[00:26:25] Configure Agent Action & Inputs In Copilot Studio
[00:29:22] Test Your Copilot Studio Agent

Follow along with these written instructions ✍
https://www.matthewdevaney.com/copilo...

Code Snippets 👨‍💻

SharePoint HTTP URI to Get List Columns And Data Types:
_api/web/lists/getbytitle('@{triggerBody()?['text_1']}')/fields?$select=Title,InternalName,TypeAsString&$filter=CanBeDeleted eq true


AI Prompt To Generate SharePoint REST API URI:

Objective:
Generate a valid URI for use in the Power Automate action "Send An HTTP request to SharePoint."

Instructions:
1. Base URI: Start with _api/web/lists/getbytitle('SharePointListName'). Do not include a leading '/'.
2. OData Filter Query: Append an OData filter query based on the user's input, referred to as UserFilterQuery. This should filter the list items according to the user's criteria.
3. Select Query Options: Include the SharePointListColumns in a $select query option, ensuring all columns are specified using the correct SharePoint list column names and data types.
4. Output: Return a single line of text containing the complete, valid SharePoint REST API URI.

Requirements:
Use valid SharePoint REST API syntax.
Do not include additional text or explanations in the output.
Ensure the URI is properly encoded if necessary.
Compare columns in the filter query to data of the same type
Do not use the year function, month function or day function to query dates in the OData filter. Use a date range comparison instead.

Required Information:
SharePointListName: [SharePointListName]
UserFilterQuery : [UserFilterQuery]
SharePointListColumns: [SharePointListColumns]

Insane Copilot Studio SharePoint List Knowledge Workaround!!

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

Add Knowledge To Copilot Studio Using A Flow

Add Knowledge To Copilot Studio Using A Flow

Мастер-оркестровка мультиагентности в Copilot Studio

Мастер-оркестровка мультиагентности в Copilot Studio

Copilot Studio: How I Built A Generative Orchestration Agent

Copilot Studio: How I Built A Generative Orchestration Agent

Невероятный автономный агент для написания Excel в Copilot Studio

Невероятный автономный агент для написания Excel в Copilot Studio

Как управлять более чем 50 000 строк Excel в Microsoft Copilot Studio как базой знаний | Пошагово...

Как управлять более чем 50 000 строк Excel в Microsoft Copilot Studio как базой знаний | Пошагово...

Copilot Studio: подключение Azure SQL как базы знаний

Copilot Studio: подключение Azure SQL как базы знаний

Copilot Studio Easiest Way To Upload Files In Chat Window

Copilot Studio Easiest Way To Upload Files In Chat Window

Copilot Studio: Get SUPER ACCURATE Dataverse Results - 4 Techniques

Copilot Studio: Get SUPER ACCURATE Dataverse Results - 4 Techniques

Why SharePoint Knowledge in Copilot Studio Isn’t Working (and How to Fix It)

Why SharePoint Knowledge in Copilot Studio Isn’t Working (and How to Fix It)

SharePoint с Copilot: объяснение агентов, страниц и веб-частей

SharePoint с Copilot: объяснение агентов, страниц и веб-частей

Copilot Studio создает файл Excel с помощью подсказок — ВОЛШЕБСТВО!!

Copilot Studio создает файл Excel с помощью подсказок — ВОЛШЕБСТВО!!

Claude Code: полный гайд по AI-кодингу (хаки, техники и секреты)

Claude Code: полный гайд по AI-кодингу (хаки, техники и секреты)

Copilot Studio + SharePoint List = Real-Time Knowledge Source (Setup Tutorial)

Copilot Studio + SharePoint List = Real-Time Knowledge Source (Setup Tutorial)

007 - Topics in Copilot Studio Explained – Build Structured Conversations

007 - Topics in Copilot Studio Explained – Build Structured Conversations

Как создать пользовательские знания в Copilot Studio

Как создать пользовательские знания в Copilot Studio

Master Copilot Studio Prompts with Azure AI Foundry Models

Master Copilot Studio Prompts with Azure AI Foundry Models

Create Your Own AI Copilot Agent adding SharePoint List as Knowledge Source

Create Your Own AI Copilot Agent adding SharePoint List as Knowledge Source

Арестович: Трамп объявил приговор Зеленскому и Европе. Дневник войны

Арестович: Трамп объявил приговор Зеленскому и Европе. Дневник войны

Learn Copilot Studio in One Hour – Full Crash Course with Real-Life Use Cases for Beginners

Learn Copilot Studio in One Hour – Full Crash Course with Real-Life Use Cases for Beginners

Power Query для начинающих: преобразование данных Excel за считанные минуты (учебное пособие 2025...

Power Query для начинающих: преобразование данных Excel за считанные минуты (учебное пособие 2025...

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]