How can I copy name, email, and phone number from excel into outlook contact WITHOUT ForEach&ReadRange - when the excel file is closed?

Hi @Lior_Shamir

Here is an idea of how you can you read all values considering that you can’t use a read range activity.

As I don’t have Excel installed, I used the read cell workbook activity.

So, you should replace them by the read cell value activity.

Main - Copy (1).xaml (15.7 KB)

2 Likes