Hello,
I set up a page where a draggable object can be dropped into 4 different targets. Each target is associated with a different page, and I would like for the draggable object to trigger branching to page 1 when dropped into target 1, to page 2 when dropped into target 2, etc.
However, when I choose the trigger "When a draggable is dropped on this target," there is no option to choose the function "Branch out to xy page," but rather only to "go to the next page" or "go to the previous pa...