Is it possible to turn an input into a color picker? I know this can be done in HTML by using JavaScript to change the input type but I'm not sure if there's a way to do this within a bot.
Makes sense. Ya, I'm going to add a client-side js to open a color picker modal after a button selection in the bot and then save that value to the variable. If I pull it off, I'll share it.