Open application from the path in Excel

Hi all, I want to open this particular apps based on the path which is already set in config Excel. As shows below screenshot. Anyone can help with the best way of workflow on this?

image

HI @nurainfatihah.hamirruddin

As it is a config file it will be stored in the dictionary already if you used Re- Framework

So you can do like this

In_TransactionItem("app_path").tostring.Trim

image

Regards
Sudharsan

Hi @nurainfatihah.hamirruddin ,

1.Read the excel sheet using read range activity
2. use for each row activity to loop the records
3. inside use open application activity to applications - File Name = row("value").ToString()

Regards,
Arivu

1 Like