I'm building a Google Sheet's add-on, for which I require to get the user to select a range using a modeless dialog, which then would be used by some other functions.
I've managed to get this solution to work correctly, but don't like the user experience of needing to click on a button to get the range copied to the input box.
Is there any way I can get users to input the range with their mouse, similar to what happens when want to create a chart using pure Google Sheets? Here's a video of the intended functionality.
Thanks!