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 / Power Automate / Placing text underneat...
Power Automate
Answered

Placing text underneath a button on an Adaptive Card

(1) ShareShare
ReportReport
Posted on by 84
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?
Categories:
I have the same question (0)
  • Suggested answer
    NsL Coder Profile Picture
    475 Super User 2025 Season 2 on at
    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
  • jibbs Profile Picture
    84 on at
    Thank you for the reply @Nsl Coder. Would you be willing to share your JSON of the example screenshot you shared?
  • Verified answer
    NsL Coder Profile Picture
    475 Super User 2025 Season 2 on at
    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
    84 on at
    @NsL Coder, I never thought of using ChatGPT for this. Brilliant, thank you! And thank you for the answer!

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 > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard