Multiselect With Src is RD - cut and paste from an excel sheet

Hey, I have two multiselect controls in my user interface (UI). The first multiselect’s selected value determines the value that appears in the second multiselect. The source of the values is Reportdefinition. We succeeded in achieving this, however instead of selecting numerous values, we are attempting to enter them by cutting and pasting from an Excel page with ten rows, but it just recognizes one text instead of ten.

With regards,

Shanthosh k

@shanthosh_18

Because in excel you are selecting all 10 rows as a single block and cut, copy then paste so obviously that’s what happens.

You have to do it by each row. In case if you have multiple columns you will have to copy each cell from excel and paste it in your UI.

I would rather suggest to create a utlity flow action to import excel template with data.

@Anantha Nag K Already we have utlity flow action to import excel template with data but we want to achive copy past from excel in multiple rows