
Announcements
Hi all,
I have created an adaptive card in which I can select a due date for a task in Microsoft Planner.
When I select a date and press submit, the date is not displayed as the due date for the task.
Do I need to add something to the code?
"type": "Input.Date",
"id": "Due_date",
"spacing": "Small"
Or do I need to add something to the 'update a task' for the due date? (see picture below in the comments)
Looking forward to your response.
Thank you in advance
Hereby the 'update a task' action below the 'Post adaptive card and wait for response' action. Not sure what to put in the due date section.