I have two actions that work well independantly. The User can select the icons for the actions and they run. I’m trying to get one Icon to run both of the actions so the user doesn’t have to run two actions each time. The action icons only show up based on the behavior: In(Context(“View”), List(“…”)) as setup below:

However, when I create an action to group these two actions, and have the same behavior for the single action: In(Context(“View”),List(…)), the action icon doesn’t show up at all. Even if I remove the two individual action icons, the single grouped icon doesn’s show up.
Any Ideas?
From what context are you wanting to trigger this action group from? Show the full image of your last screenshot, where you highlighted in green.
I’m showing the icons in the right hand side of a two screen dashboard. The left side is where the user inputs dates, to filter (slice), the data to be exported and uploaded which is shown on the right side of the dashboard…and…where the two action icons are located when the right side is expanded.
When I use the same behavior description for the action that runs mutiple actions, the icon doesn’t show at all…
I believe you may have found an unsolved/unexpected edge-case here. I suspect it’s because both of those actions are not row-level actions, but a grouped action generally is considered to be one, so it doesn’t show up in the same places. You might send this issue to support, but don’t get your hopes up.
1 Like