Hello,
I have a people picker on my SharePoint I would like to use it on the adaptive card where the user can search for the employee name and will auto-populate the name. Can this be done?
Here is my designer adaptive card Json script, is really simple.
https://adaptivecards.io/designer/
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": 2,
"items": [
{
"type": "TextBlock",
"text": "Assign To",
"wrap": true
},
{
"type": "Input.Text",
"id": "myName",
"placeholder": "Last, First"
}
]
}
]
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Submit"
}
]
}
Thank you for your help
Solved! Go to Solution.
Hello @Stuznet
You want to have the adaptive card auto complete/fill when user is typing out a name?
This is not possible at this time with adaptive cards. Please consider submitting an idea:
Proud to be a Flownaut!
Hello @Stuznet
You want to have the adaptive card auto complete/fill when user is typing out a name?
This is not possible at this time with adaptive cards. Please consider submitting an idea:
Proud to be a Flownaut!
appreciate your response.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
11 | |
9 | |
9 | |
6 |
User | Count |
---|---|
25 | |
21 | |
17 | |
8 | |
8 |