How to send specific links via email with vlookup

I am a beginner in studiox. I need to send multiple links via outlook to specific people. This will mean I need to use vlookup to lookup specifc people on excel and return multiple values. Meaning everyone has unique links to be sent. Does anyone know how can I do this easily via UiPath studiox please? greatly appreciate this clarification urgently.

@sparkestarx,

Read the excel file into DataTable using Read Range activity.
Then use Lookup Data Table activity to lookup specific values you are looking for.

Thanks,
Ashok :slight_smile:

Thank you! Could you share with me a sample UiPath studiox file for my learning on how this can work? I have issues with the lookup data table part which I have tried. After returning the multiple values, may I know how can I proceed to insert these values into outlook and to be emailed? Each recipient is supposed to have unique links.