Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bottekott opened this issue Apr 16, 2020 · 9 comments · Fixed by #3962
Closed
Assignees
Projects
Milestone

Comments

@bottekott
Copy link

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)

@bottekott bottekott added the Bug label Apr 16, 2020
@ghost ghost added the Triage-Needed label Apr 16, 2020
@ghost ghost added this to Needs triage in Bug Triage Apr 16, 2020
@shalinijoshi19 shalinijoshi19 moved this from Needs triage to Investigate in Bug Triage Apr 17, 2020
@ghost ghost removed the Triage-Needed label Apr 17, 2020
@ghost
Copy link

ghost commented Apr 17, 2020

We have acknowledged this issue report. Please continue to follow the issue for updates/progress/questions. @matthidinger / @dclaux / @RebeccaAnne / @paulcam206 / @nesalang / @almedina-ms FYI.

@shalinijoshi19
Copy link
Member

@jwoo-msft could you help take a look at this one? Thanks

@jwoo-msft
Copy link
Member

@bottekott Thanks for reporting this issue. I can reproduce the issue on my end. Meanwhile, try using actions instead of ActionSet for your use case.

@bottekott
Copy link
Author

@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!

@shalinijoshi19 shalinijoshi19 moved this from Investigate to Approved in Bug Triage Apr 21, 2020
@shalinijoshi19
Copy link
Member

@jwoo-msft can you ensure this lands in the release/1.2 branch as well as master.. thanks

@bottekott
Copy link
Author

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.

@shalinijoshi19
Copy link
Member

@jwoo-msft does this still need to be addressed for 1.2.9?

@shalinijoshi19
Copy link
Member

@jwoo-msft bringing it to the top of your inbox. Thanks!

@ghost ghost moved this from Approved to In Code Review in Bug Triage Apr 28, 2020
Bug Triage automation moved this from In Code Review to Closed Apr 29, 2020
@shalinijoshi19 shalinijoshi19 added this to the Sprint: 20.05 milestone May 7, 2020
@ghost ghost removed the Status-Fixed label May 29, 2020
@ghost ghost moved this from Closed to In Code Review in Bug Triage May 29, 2020
@ghost
Copy link

ghost commented Jun 1, 2020

🎉AdaptiveCards@v1.2.9 has been released which fixes this issue.:tada:

Handy links:

@shalinijoshi19 shalinijoshi19 moved this from In Code Review to Closed in Bug Triage Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Bug Triage
  
Closed
Development

Successfully merging a pull request may close this issue.

3 participants