Using list with buttons or doing multiple selects

Hi there my question is if I have a question that is like: What jobs would you be interested in:

  1. Software Developer
  2. Tester
  3. ML Engineer

Now if I wanted only a single choice definitely can use buttons to achieve this. But I want to be able to allow the user to select multiple buttons. I am thinking on the UI end, store the values in a list and then store that list into a slot list. But is there a better way to go about this?

A workaround might be to let the bot ask each job individually, and offer yes/no/maybe buttons each time. Otherwise, this might help you: Domains

Yeah unfortunately if you wanted to implement it your way, it would indeed be the UI side that would have to handle this – and you have the right idea about how to do it :smiley:

Hi, can someone please give a code example of the same for Slack. Will be really helpful.

Thanks.

You can try to set up a multi-select menu @nikhilcss97 Interactivity in Block Kit | Slack