Hi
When I use the "Post adaptive card and wait for a response" activity after a trigger "When an item is created or modified" in a Sharepoint list the dynamic content from the "Post adaptive card..." is missing only the list item content is there
I have tried the solution with turning off "Split On" option for the list activity.
Anyone with an idea what the issue may be?
Thanks
Peter
@Sonander if i understand the issue correctly, that you are not getting adaptive card values in dynamic content? If yes, can you please double check if you have specified all parameter values in the Post Adaptive card action.
@annajhaveri the same adaptive card works if I for instance trigger the flow manually.
I have managed to a work around by using a Compose activity with this input
Outputs('PostToTeams')['body']['submitActionId']
Thanks
Peter
@Sonander are you using Dynamic values in the Post adaptive card action, then that could be the reason of dynamic content not appearing for it. The expression that you are using should work.
Yes I try to use the button in the adapative card to make further decisions, but it does not show up as an dynamic property if the flow is triggered by a change in a Sharepoint list as it does if the flow is triggered manually
Hi @Sonander ,
Thank you for your work around the idea, it has inspired me a lot to try and test it out and it works! 😃
I would like to share with you about my case study scenario.
Scenario: How to pass the question asked by a public user from Power Virtual Agents (PVA) bot to one or more of the internal staff via chat in Microsoft Teams?
My Solution:Expression Code to retrieve the text response from Teams user
outputs('PostToTeams')['body/data/txtReplyId']
Reason I came out with this Expression code:
Check the output of the "Post adaptive card and wait for a response" action
Outputs from Teams Adaptive Cards action
Outcome:Outcome with flow
Hope this scenario helps!
Regards,
KS
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
44 | |
17 | |
15 | |
14 | |
13 |
User | Count |
---|---|
75 | |
38 | |
27 | |
19 | |
18 |