question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[iOS][MSTeams][PowerAutomate] Adaptive card with subcard only returns data from subcard

See original GitHub issue

Platform

What platform is your issue or question related to? (Delete other platforms).

  • iOS

Author or host

MSTeams

Details

I’m building a flow in Power Automate with the action “Post an Adaptive Card to a Teams user and wait for a response” action. The card has a main card, and a sub card. Both cards have input fields and submit actions. It works great everywhere except on iOS devices.

If i fill out the main card, and submit. iOS only returns data from the subcard. Snippet of output from working platforms: "submitActionId": "submitFood", "data": { "txtFood": "Salmon", "txtDrink": "" }

Snippet of output from iOS devices: "submitActionId": "submitFood", "data": { "txtDrink": "" }

I’ve attached the adaptive card JSON FoodOrder.JSON.txt

(this is obviously not the real adaptive card I’m working with, but the concept and structure is the same)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
bottekottcommented, Apr 23, 2020

As a side note, with the original adaptive card i did not get any “dynamic content” in flow. This was also fixed when using actions instead of ActionSet.

1reaction
bottekottcommented, Apr 21, 2020

@jwoo-msft Thanks for the quick reply. My main source for learning adaptive cards have been playing around in the designer. Adding an ActionSet is the only graphical way to add actions there AFAIK. It seems to work like expected when using actions. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Teams adaptive card not submitting data on iOS devices
I've created an adaptive card and used the "Post an Adaptive Card to a ... we submit the main card, we only get...
Read more >
Overview of Adaptive Cards for Teams - Power Automate
Adaptive Cards are a platform-agnostic method of sharing and displaying blocks of information without the complexity of customizing CSS or ...
Read more >
Getting Data from an Adaptive Card in Microsoft Teams
This video will will explain how to get data from Adaptive Cards in ... Teams Adaptive Card Data Submit 6:03 Data Returned Explained...
Read more >
Handle responses from Adaptive Cards in Microsoft Teams ...
That's a hot new functionality, still available only in preview ... to send Adaptive Card to Microsoft Teams using one cloud flow and...
Read more >
Adaptive Card add-ins
The Adaptive Card Host SPA is parameterized by the URL of a service that returns the Adaptive Card to display, as well as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found