web
You’re offline. This is a read only version of the page.
close
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
I have the same question (0)
  • H.Hassan Profile Picture
    85 on at
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Martin Dráb Profile Picture

Martin Dráb 47 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 38 Super User 2025 Season 2

#3
#ManoVerse Profile Picture

#ManoVerse 31

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans