Drag and Drop from one list to another?

Let's say I have two lists: a master list, and a secondary list. I want to drag a value from the mater list into the secondary list and have it become a new item in the secondary list at the position I click. Is there a way to do something like this in retool?

Welcome to the forum!
Yes, using a custom component(s). And, if you search the forum, I am pretty certain someone has mentioned this before...

Hi @joshglenn,

Thanks for reaching out! As Scott mentioned, we don't currently have a native way to do this, but you could spin up your own React custom component! The general custom components docs can be found here

This post might have some helpful ideas in it as well