Selecting Information in a excel sheet and than send it by e-mail

I’m trying to do an activity that needs to open an excel sheet and than select a specific information in a existant filter in the excel. I need to select all sellers informations but it has 400 sellers and I need to select one after one and than save one by one as .PDF. Could anyone help me to solve this?

Hi
use
1)read range activity in excel.
2)Get the ouput as datatable
3)use : for each activity
4)use : if condition …filter or contains
5)save the entire row …in a variable.
6)save the variable as pdf file …*you may use move folder activity

I’ll try it right now! I’ll let you know if I reach it.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.