You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Adaptive Card format supports specifying actions within an array of actions directly on a Card or within an ActionSet. Unlike the legacy MessageCard type which has a clearly documented limit of 4 actions, the specific actions limit for an Adaptive Card does not appear to be explicitly documented.
Light research and testing shows an observable limit:
fixed display limit of 6 within web and desktop apps
initial display limit of 6 within mobile app with the option to expand remaining actions as a list
Creating a function named NewActionSetsFromActions to respect the current known limit of 6 actions per ActionSet or Card and create as many ActionSet elements as needed. Seems to work well in testing.
The
Adaptive Card
format supports specifying actions within an array of actions directly on a Card or within anActionSet
. Unlike the legacyMessageCard
type which has a clearly documented limit of 4 actions, the specific actions limit for anAdaptive Card
does not appear to be explicitly documented.Light research and testing shows an observable limit:
Per Gousia Begum there is a workaround however:
I've had success with option 2.
References:
The text was updated successfully, but these errors were encountered: