Send entire deck - Choose destination deck at game time

I am currently making a game, where is card drafting important part of the game. I have noticed there is a option Send entire deck but only to one location - I would like to have option to choose where will be whole deck send during the game (something like “Choose destination deck at game time” at Return to deck trait).

Is there some way to do it?
Thanks a lot.
Sury

Right-click on the Deck in the editor and add a Deck Send Key Command; this is more flexible than the default “Send entire Deck” option, and allows you either provide a Property to change the target dynamically, or prompt the user for the target.

Edit: just re-read the documentation page, and I don’t see the option to prompt for the target, but you can easily prompt the user for a new value for the target Property before triggering this command.