Hi, I have created a power automate flow which is bringing in the following data:
{
"body": [
{
"title": "Daniel Arbour & Associes"
},
{
"title": "Daniels HR Corporation"
},
{
"title": "Daniel Wolff"
},
{
"title": "Daniels HR Corporation"
},
{
"title": "Daniels Square One Inc"
},
{
"title": "Daniels CM Corporation"
},
{
"title": "Daniel Greenglass"
},
{
"title": "Daniel Lonc"
}
]
}
How do I bind this data to the choices column of an adaptive card I have created for Botframework Composer. Despite of doing string manipulation to fit the adaptive card data binding and using the json the function on Botframework Composer after transferring this data as string I cannot seem to bind the data to the choices column. Help will be really appreciated.
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.