Create Dictionary for mail subjects

How Can i create dictionary for mail subject

Regards
Nitesh

HI
can i have an example like how you want
Cheers @Nitesh18

Hi @Nitesh18

1.First create Dictionary object
use assign activity in_dic = new Dictionary(of String,String)
2.Read excel data
Use Excel application scope pass the path where you save the excel file
and then use read range activity pass the sheet name create output data table variable.
3.use for each row activity pass the data table variable
and use assign activity in_dic(row(“KeyColumnName”)) = row(“Value”).

Regards,
Kommi Jeevan.

okay sir got it thank you @Palaniyappan @kommijeevan

2 Likes

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