Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Copilot for Finance and Operations

(0) ShareShare
ReportReport
Posted on by 4
For some reason my adaptive card only works in copilot studio. Any ideas why it isn't working using the sidecar in D365 Finance and Operations?
Works in the studio:
This my adaptive card code:
{
    /$schema/: /http://adaptivecards.io/schemas/adaptive-card.json/,
    /type/: /AdaptiveCard/,
    /version/: /1.3/,
    /body/: [
        {
            /type/: /TextBlock/,
            /text/: /Please fill out the information below:/,
            /weight/: /Bolder/,
            /size/: /Medium/
        },
        {
            /type/: /Input.Text/,
            /id/: /company/,
            /placeholder/: /Enter company name/,
            /label/: /Company/,
            /isRequired/: true,
            /errorMessage/: /Company is required/
        },
        {
            /type/: /Input.Text/,
            /id/: /name/,
            /placeholder/: /Enter your name/,
            /label/: /Name/,
            /isRequired/: true,
            /errorMessage/: /Name is required/
        },
        {
            /type/: /Input.Text/,
            /id/: /currencyCode/,
            /placeholder/: /Enter currency code (e.g., USD)/,
            /label/: /Currency Code/,
            /isRequired/: true,
            /errorMessage/: /Currency code is required/
        },
        {
            /type/: /Input.Text/,
            /id/: /customerGroup/,
            /placeholder/: /Enter customer group/,
            /label/: /Customer Group/,
            /isRequired/: true,
            /errorMessage/: /Customer group is required/
        },
        {
            /type/: /Input.Text/,
            /id/: /email/,
            /placeholder/: /Enter your email/,
            /label/: /Email/,
            /isRequired/: true,
            /errorMessage/: /Email is required/
        },
        {
            /type/: /Input.Text/,
            /id/: /phone/,
            /placeholder/: /Enter your phone number/,
            /label/: /Phone/,
            /isRequired/: true,
            /errorMessage/: /Phone number is required/
        }
    ],
    /actions/: [
        {
            /type/: /Action.Submit/,
            /title/: /Submit/,
            /style/: /positive/,
            /data/: {
                /action/: /submitDetails/
            }
        }
    ]
}
 
 
 
Schema:
kind: Record
properties:
  action: String
  actionSubmitId: String
  company: String
  currencyCode: String
  customerGroup: String
  email: String
  name: String
  phone: String
  • H.Hassan Profile Picture
    H.Hassan 75 on at
    Copilot for Finance and Operations
    Hi,
    I am also facing the same issue. Did you find any solution for this? If yes, kindly let me know.

    Thanks in advance

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,407 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans