Skip to main content

Notifications

Announcements

No record found.

Power Platform integration forum
Unanswered

Copilot for Finance and Operations

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 49 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

Helpful resources

Quick Links

Replay now available! Dynamics 365 Community Call (CRM Edition)

Catch up on the first D365 Community Call held on 7/10

Community Spotlight of the Month

Kudos to Saurav Dhyani!

Congratulations to the June Top 10 community leaders!

These stars go above and beyond . . .

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 287,696 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,490 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Product updates

Dynamics 365 release plans