Hello,
I build a flow when approved request more information before approving.
The user receives an adaptive card in chatbot channel and responds.
However, I am not able to capture the response and save it in SharePoint list.
Please help.
adaptive card schema result. Thoughts are the user's answer.
What do I add in Compose section? None of the dynamic actions are suitable. Thanks!
I had the below error, as i was using the default command above
body('PostAdoptiveCardAndWaitForResponse')?['data']?['thoughts']
The adaptive card name was not correct, PostAdoptiveCardAndWaitForResponse this needs to be replaced with whatever the id of the adaptive card is, i set the adaptive card id using Rename and used that in body
body('ACard')?['data']?['thoughts']
Nevermind. It worked. There was a typo.
Thanks!
Hi,
Thank you for helping!
I have tried the solution and got this error message. What could be wrong?
@vers You need to use following expression in compose-
body('PostAdoptiveCardAndWaitForResponse')?['SubmitActionId'] output- Submit
body('PostAdoptiveCardAndWaitForResponse')?['data']?['thoughts'] output-;1hhhhhhhhh
Please 'Thumbs Up' the posts that helped you and 'Mark as Solution' if my post answered your question.
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional