Platform
What platform is your issue or question related to? (Delete other platforms).
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)
Platform
What platform is your issue or question related to? (Delete other platforms).
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)