Forum Widgets
Latest Discussions
Adaptive Card in Declarative Agent not rendering
My declarative agent does not render an adaptive card as I expect it to: My agent works this way: a user ask the agent to generate something this triggers a function that makes a POST Api call to my API the api responds with json data the Agent should display this data as an adaptive card. But it doesn't This is my plugin.json { "$schema": "https://developer.microsoft.com/json-schemas/copilot/plugin/v2.2/schema.json", "schema_version": "v2.2", "name_for_human": "SOMETHING", "description_for_human": "SOMETHING", "namespace": "SOMETHING", "functions": [ { "name": "generateSomething", "description": "Generates something.", "capabilities": { "response_semantics": { "data_path": "$", "properties": { "title": "$.title", "subtitle": "$.number", "url": "$.image_url" }, "static_template": { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "size": "default", "weight": "default", "text": "${number}" }, { "type": "TextBlock", "size": "medium", "weight": "bolder", "text": "Title: ${title}" }, { "type": "Image", "style": "Person", "url": "${image_url}", "altText": "image", "size": "Stretch" } ], "actions": [ { "type": "Action.OpenUrl", "title": "View", "url": "${view_url}" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5" } }, "confirmation": { "type": "AdaptiveCard", "title": "Create something", "body": "Do you want to create something?" } } } ], "runtimes": [ { "type": "OpenApi", "auth": { "type": "None" }, "spec": { "url": "apiSpecificationFile/openapi_1.json" }, "run_for_functions": [ "generateSomething" ] } ], "capabilities": { "conversation_starters": [ { "text": "Generate Something" } ] } } This is an example payload from my API: { "image_url": "https://some.url", "view_url": "https://something.else", "title": "Las Vegas", "number": 1 }benjamin-errorApr 09, 2025Copper Contributor58Views0likes0CommentsCan't get Copilot to work in outlook Macos
Hi guys and girls, New here because I'm looking for help on Copilot. I have a MS business standard account with copilot. I have copilot running on word, excel, presentations.... BUT.... in outlook it just will not appear. In the online outlook the copilot icon appears, but then my mail is not working..??? What do I have to do to get copilot to appear in Outlook on a Mac. Anyone else having the same problem?D_WillemseApr 03, 2025Copper Contributor243Views0likes1CommentUse of Copilot as bot for Ticketing solutions
Does it support API integrations for custom ticketing workflows?AbimbolaMar 23, 2025Copper Contributor77Views1like2Comments- zakirMar 21, 2025Copper Contributor18Views0likes0Comments
Copilot for Small and Medium Business
Hi, I want to know new feature and explore to give feedback community and microsofthemantbhati492392584125Feb 27, 2025Copper Contributor91Views0likes1CommentActivate Copilot for Microsoft 365 Business Standard (Mac)
I purchased "Microsoft Copilot for Microsoft 365" license. However, I am unable to activate it on Outlook and OneNote. Word - Available on both Desktop & Website Excel - Available on both Desktop & Website Outlook - Available on Website, NOT on Desktop OneNote - NOT available on both Desktop & Website I tried the following method: Under "Language and time", turned on "Sync across Microsoft 365" under Use my Microsoft 365 setting Uninstall and reinstall the Office 365 Desktop app Turned on Optional Connected Experiences under Privacy in Outlook and OneNote Desktop app Update licenses on Desktop app Any idea why Copilot not appear on some of the apps? Thanks AndyAndyFFeb 26, 2025Copper Contributor60KViews1like23Comments- ArthurhudsonFeb 24, 2025Copper Contributor116Views1like2Comments
Copilot Drafting for Outlook breaking signatures
Hello, Our users have been reporting issues with copilot in outlook when drafting email signatures. Our organisations signatures seem to become corrupted, and all the images are removed. Has anyone seen this before and know how to prevent this. ThanksscottdccFeb 13, 2025Copper Contributor1KViews0likes5CommentsCopilot Studio - Questions about Knowledge
Hello! We're testing copilot studio and we're having questions about the knowledge we're uploading. We're using it for employees to ask internal questions. Is there anyone who is using it and performing well? Do you have any recommendations on what the file should look like? Pdf, Word, Excel, with or without topics I would appreciate it if you could support us Thank you for your attentionpfontesFeb 03, 2025Copper Contributor428Views0likes1Comment
Resources
Tags
No tags to show