Application error

Hi Guys,
When i try to run my flow it will display following error.
image

Hi @vivek_sivam

.I faced the same when I was reading an Excel with a huge number of rows.

You can try to read it via workbook activities.

Also can you let me know , what is the file extn and size of file ?

Try killing any excel.exe processes in Task Manager first?

Hi
Before to this EXCEL APPLICATION SCOPE use KILL PROCESS a activity and mention the ProcessName property as “EXCEL”
And then use excel application scope

Or

we can try with WORKBOOK ACTIVITIES which has same set of activities we have in excel package
Search as workbook in activity panel and we will be getting the activities in it

Cheers @vivek_sivam