Drag and Drop

How do you prevent a pinnable asset (image) from being dropped on another? Thank you.

Hi @mrebottini,

Welcome to the Community! :tada:
In order to achieve what you want, you need to create a Trigger/Action that will move the draggable object to another position when it’s dropped on the target you want to forbid. This is done using Drag and Drop triggers.

Trigger is:


Action is:

It will behave like this:
DND-Forbid

Here is a sample Experience to download :
Community-DragNDropForbid.zip (2.0 MB)

Kind regards,

Alex.

Thank you for your guidance. I really appreciate your helpfulness and expertise. I was able to develop triggers for each draggable object to prevent overlap.

1 Like