UiPath: Create multi select dropdown list in one column in excel with set of data in it

Can someone please guide me, how to create multiselect dropdown in excel with set of data in it, so that user can choose from it. I want to achieve this using UiPath. Appreciate your help on this

Good thing about RPA is that you can first create a multi-select drop-down in Excel manually (if there is a way to do it) and note down the steps. And then you can write an RPA sequence to have the Robot repeat the same steps that you performed to create that list.

And then the next step is to replace the hard-coded list with values returned from your source system so that your Robot can create a list based on the input set of values.

Give this a swing. :slight_smile: