Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Placing text underneath a button on an Adaptive Card

(1) ShareShare
ReportReport
Posted on by 82
Hi Everyone,
 
Is there a way to place a textblock underneath a button on an adaptive card? For example, I want to place text under the 'Set due date' button, but it won't let me place it there using drag and drop. Can I modify the JSON to set text underneath?
  • jibbs Profile Picture
    82 on at
    Placing text underneath a button on an Adaptive Card
    @NsL Coder, I never thought of using ChatGPT for this. Brilliant, thank you! And thank you for the answer!
  • Verified answer
    NsL Coder Profile Picture
    469 Super User 2025 Season 1 on at
    Placing text underneath a button on an Adaptive Card
    If you don't have a chatgpt account, create one. While I would not trust chatgpt programming skill 100% and if you are not a programmer to begin with, you may be deceived by chatgpt, but adaptive card is an area where along with using the designer will help you create them faster.
     
    This is the prompt I used for the quick card i created to answer you:
    create an adaptive card with a title at the top, a paragraph, 2 input field (first name, last name), a submit button, and a smaller fine print at the bottom
    this is the response:
    {
      "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
      "type": "AdaptiveCard",
      "version": "1.3",
      "body": [
        {
          "type": "TextBlock",
          "text": "User Information",
          "weight": "Bolder",
          "size": "Large"
        },
        {
          "type": "TextBlock",
          "text": "Please enter your first and last name.",
          "wrap": true
        },
        {
          "type": "Input.Text",
          "id": "firstName",
          "placeholder": "First Name"
        },
        {
          "type": "Input.Text",
          "id": "lastName",
          "placeholder": "Last Name"
        },
        {
          "type": "ActionSet",
          "actions": [
            {
              "type": "Action.Submit",
              "title": "Submit"
            }
          ]
        },
        {
          "type": "TextBlock",
          "text": "By submitting, you agree to our terms and conditions.",
          "wrap": true,
          "size": "Small",
          "isSubtle": true
        }
      ]
    }
     
  • jibbs Profile Picture
    82 on at
    Placing text underneath a button on an Adaptive Card
    Thank you for the reply @Nsl Coder. Would you be willing to share your JSON of the example screenshot you shared?
  • Suggested answer
    NsL Coder Profile Picture
    469 Super User 2025 Season 1 on at
    Placing text underneath a button on an Adaptive Card
    Yes you can have more after an action button
     
    You cannot do it with the default loaded sample Adapative Card on the Designer page, as that one is a little broken

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

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

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492