web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Issue with Adaptive ca...
Copilot Studio
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:
I have the same question (0)
  • MattJimison Profile Picture
    577 Most Valuable Professional on at

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

     

    Cheers,
    Matt

  • Yogesh3097 Profile Picture
    24 on at
    {
      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. 

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 255 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 205 Super User 2025 Season 2

#3
S-Venkadesh Profile Picture

S-Venkadesh 101 Moderator

Last 30 days Overall leaderboard