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 / Power Automate / Is there a way to sele...
Power Automate
Answered

Is there a way to select multiple dates in input.date field in adaptive cards?

(0) ShareShare
ReportReport
Posted on by 6
Hello All,
 
For example, if I try to get employees submit their leave plans for upcoming weeks through adaptive card in teams, I want a feature to select multiple dates and submit same entry for all those dates. Is it possible to do a multi-select option in input.date field of Adaptive Cards?
Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,979 Most Valuable Professional on at
     
    The input.Date element doesn't have any multi-value type of properties.
     
    So, I would suggest to use a couple of input.Date elements instead in your json.
     
    Below is an example, if that helps?
     
    {
      "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
      "type": "AdaptiveCard",
      "version": "1.0",
      "body": [
            {
                "type": "TextBlock",
                "size": "Medium",
                "weight": "Bolder",
                "text": "Submit multiple dates"
            },
            {
                "type": "Input.Date",
                "id": "StartDate",
                "label": "Start Date"
            },
            {
                "type": "Input.Date",
                "id": "EndDate",
                "label": "End Date"
            }
        ],
      "actions": [
        {
          "type": "Action.Submit",
          "title": "Submit"
        }
      ]
    }
     

    And the test result
     



    Happy to help out 😁

    I share more #PowerAutomate and #SharePointOnline content on my Blog, Bluesky profile or Youtube Channel
  • AnandPowerLearner Profile Picture
    6 on at
    Thanks @Expiscornovus. But I thought to give options for users to select different dates. I'll plan for a loop then.
  • Expiscornovus Profile Picture
    33,979 Most Valuable Professional on at
     
    Not sure I entirely understand your requirement.
     
    Do you mean a pre-defined set of dates? In other words they are not allowed to select any date with a date picker? Can you share a bit more details or an example what a user should be able to select?
  • AnandPowerLearner Profile Picture
    6 on at
    @Expiscornovus, I wanted to send a reminder for say book seat in office. So, for example,
     
    Monday, Tuesday and Thursday employee is planning to come to office but have to skip Wednesday and Friday.
     
    So, in date picker, user can select Monday, Tuesday and Thursday in single go and then select a seat.
    If multi-select is not possible, I can add a button to select a different date in a loop.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 282 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 159 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 146 Super User 2026 Season 2

Last 30 days Overall leaderboard