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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / AdaptiveCard Outputs f...
Copilot Studio
Suggested Answer

AdaptiveCard Outputs for Formula Card???

(1) ShareShare
ReportReport
Posted on by 2
Hi All,

I am new to CoPilot Studio and I can't find out how I get the field outputs from my Adaptive Card???

I am using a Formula card...

The type is "Record" but how do I get the value of startDate and endDate?

I thought I could use Topic.startDate but this doesn't work??? Any help would be greatly appritiated.
 
{
  type: "AdaptiveCard",
  '$schema': "https://adaptivecards.io/schemas/adaptive-card.json",
  version: "1.0",
body: [
{
    type: "TextBlock",
    text: "Please specify when to look for available meeting times",
    wrap: true,
    weight: "Bolder",
    size: "Medium"
},
{
    type: "Input.Date",
    id: "startDate",
    label: "Start Date",
    isRequired: true,
    errorMessage: "Start Date is required.",
    value: Text(Today(),"yyyy-mm-dd")
},
{
    type: "Input.Date",
    id: "endDate",
    label: "End Date",
    isRequired: true,
    errorMessage: "End Date is required.",
    value: Text(Today(),
    "yyyy-mm-dd")
},
{
    type: "Input.Number",
    id: "meetingDuration",
    label: "Meeting Duration (minutes)",
    value: 30,
    isRequired: true,
    errorMessage: "Meeting Duration is required."
},
    ],
    actions: [
        {
            type: "Action.Submit",
            title: "OK",
            id: "submit"
 
        }
    ]
}

In the Find meeting times Connector I thought I could do this:

DateTimeValue(
  DateAdd(
    Topic.startDate,
    TimeZoneOffset(),
    TimeUnit.Minutes
    )
)
 
This doesn't work???
 
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,958 Moderator on at
     
    You actually have to grab them using set variable and the expression to get them is
    turn.activity.value.InsertNameOfYourAdaptiveCardInput
     

    If these suggestions help resolve your issue, Please consider Marking the answer as such and also maybe a like.

    Thank you!
    Sincerely, Michael Gernaey
     
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 813

#2
Vish WR Profile Picture

Vish WR 302

#3
Haque Profile Picture

Haque 268

Last 30 days Overall leaderboard