How is Toggle meant to work?

I’m using Toggle to show a GroupFocus when I click an Icon in a repeating Group.

When I click, the GroupFocus appears. But when I click the Icon again, the GroupFocus does not disappear. I have to click outside the GroupFocus to make it disappear like normal.

Toggle is basically, hide if visible, show if hidden.

Technically as soon as you click the icon it closes the focus and toggle reopens. I’d use a conditional action instead

2 Likes

Oh yes I remember now using “when group focus is visible” then set the icon as “this element isn’t clickable” so the icon click will close the group.
Thanks!

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.