Multiple column in 'Column index'

Hi can I give more than one column in the ‘Column index’ for vlookup action in Uipath studio X ?
I want to take 3 column values from one sheet and write it to second sheet.

image

Hi @nilloferlatheef ,

I’m afraid it is not possible to more than one value within the Column Index field from the VLookup activity.

However, as a workaround, you could use 3 Vlookup activities, one for each Column Index you want to return the value

Best regards,
Marius

Ok. Thank u for responding.