We have a lot of similarly structured pages where interactions are conceptually (but not literally redundant). E.,g on each of several different pages in response to a click I want to show 2 dynamic panels, hide 3 dynamic panels, set 6 panel states, move 4 panels. The affected panels are different from page to page, but they are named similarly (base1-base8, edit1-edit8, post1-post8, that kind of thing).
I'd like to be able to copy and paste the cases and fix up the references, but when I try everything collapses to a single uninitialized "Set Panel state to State" etc.
The best I've come up with is to screen capture the Interaction Case Properties I want to copy so I can use it as the template for rebuilding my interaction script. Is there anyway to copy a case in some raw text format? Or another better way?
Apologies if this is a FAQ, tried to search forum, the only thing I found was a suggestion to put onloadpage cases in a master which doesn't apply in our case (I'm comfortable with raised events too, but that wouldn't help here.)