Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - General
Unanswered

Issue with Adaptive card in PVA

(0) ShareShare
ReportReport
Posted on by 24

Hello,

I am facing issue in adaptive card in PVA.

Scenario:

In adaptive card, When I use Action.OpenUrl and a system variable in "edit with formula". I would like use this in On conversation Start.

Error:

I am getting system error, while using Action.openUrl and "edit with formula together.

 

Thanks

Yogesh

 

Categories:
  • Yogesh3097 Profile Picture
    24 on at
    Re: Issue with Adaptive card in PVA
    {
      type: "AdaptiveCard",
      version: "1.3",
      body: [
        {
          type: "ColumnSet",
          columns: [
            {
              type: "Column",
              width: "stretch",
              items: [
                {
                  type: "Image",
                  url: "",
                  horizontalAlignment: "Center"
                }
              ]
            },
            {
              type: "Column",
              width: "stretch",
              items: [
                {
                  type: "TextBlock",
                  text: "  ",
                  wrap: true,
                  spacing: "Large"
                },
                {
                  type: "TextBlock",
                  text: "Hi "&(System.User.FirstName),
                  size: "Large",
                  color: "Accent",
                  wrap: true,
                  spacing: "Small"
                },
                {
                  type: "TextBlock",
                  text: "[I offer  Service. How can I help you today?](msteams://l/Chat/0/0?users=28:49471a10-fdbc-4ffb-b0b8-944f3df985d9&message=Help)",
                  size: "Medium",
                  weight: "Bolder",
                  color: "Accent",
                  wrap: true,
                  fontType: "Default"
                }
              ]
            }
          ]
        },
        {
          type: "ColumnSet",
          columns: [
            {
              type: "Column",
              width: "stretch",
              items: [
                {
                  type: "ColumnSet",
                  columns: [
                    {
                      type: "Column",
                      width: "stretch",
                      items: [
                        {
                          type: "ActionSet",
                          actions: [
                            {
                              type: "Action.Submit",
                              title: "Action.Submit",
                              data: {
                                msteams: {
                                  type: "messageBack",
                                  displayText: "",
                                  text: "Action.Submit",
                                  value: "{""bfKey"": ""bfVal"", ""conflictKey"": ""from value""}"
                                }
                              }
                            }
                          ]
                        }
                      ]
                    },
                    {
                      type: "Column",
                      width: "stretch",
                      items: [
                        {
                          type: "Container",
                          items: [
                            {
                              type: "ActionSet",
                              actions: [
                                {
                                  type: "Action.OpenUrl",
                                  title: "Action.OpenUrl",
                                  url: "https://adaptivecards.io/designer/"
                                 
                                }
                              ],
                              horizontalAlignment: "Center",
                              spacing: "Medium"
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          type: "ColumnSet",
          horizontalAlignment: "Left",
          columns: [
            {
              type: "Column",
              width: "auto",
              items: [
                {
                  type: "Image",
                  altText: "Search button",
                  url: "",
                  width: "40px",
                  horizontalAlignment: "Left",
                  height: "40px"
                }
              ],
              horizontalAlignment: "Center"
            },
            {
              type: "Column",
              width: "auto",
              items: [
                {
                  type: "TextBlock",
                  text: "Looking for something else, Please type your issue",
                  wrap: true,
                  size: "Large",
                  color: "Attention",
                  horizontalAlignment: "Left"
                }
              ],
              horizontalAlignment: "Center"
            }
          ],
          separator: true,
          spacing: "Medium"
        },
        {
          type: "TextBlock",
          wrap: true,
          weight: "Bolder",
          fontType: "Monospace",
          color: "Attention",
          text: "Type 'STOP' to end the conversation at any point"
        }
      ]
    }
     
     
     
     
    Hello,
    The above is the card, I am using in PVA which was edited with formula. When I use this. it is showing "system error". If you need anything else, please lemme know. 
  • MattJimison Profile Picture
    577 Most Valuable Professional on at
    Re: Issue with Adaptive card in PVA

    Can you share your card? That's likely the easiest way to help (removing any sensitive data as needed)

     

    Cheers,
    Matt

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Copilot Studio - General

#1
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 66

#2
Pablo Roldan Profile Picture

Pablo Roldan 55

#3
stampcoin Profile Picture

stampcoin 10

Overall leaderboard