Hi,
Noticed another issue when creating page with multiple modals.
Simple steps to reproduce: Create Modal 1 and Modal 2 from scratch, add some elements and logic in each, for example Block and Button and on click event:
Now Duplicate Modal 2 UI Element to create Modal 3,
change Id’s and modify logic so it references Modal 3
Now when opening logic on the Modal 2 from which Modal 3 was duplicated, it will have the same logic as Modal 3 (expected to remain logic that was set for modal 2)
Also Modal 3 Data Model is no longer available.