Hi all,
I have created a Flow using Sharepoint and Teams (Post a choice of options as the Flow bot to a user). It's working fine but I am wondering if there's a way to allow the user to select more than one option? If so how would it be modified?
Thanks again,
Gerard
I don't think it's possible to multi-select using the 'post a choice of options as the flowbot to a user' action. I spent a lot of time myself trying to do that exact thing, and all my research led to no.
However, by using adaptive cards you are able to enable multi-select on input.ChoiceSet items. I would go to this site to build an adaptive card.
Notice: Be careful using this because it does not save your work if you close the tab. I would recommend pasting your code into a notes app or something like it so as not to lose your work accidentally.