ask@vajrang
in an processes the execution is started which ever given the data in excel that is executed then after completion of execution it is continuing in output it is going on but it not stopping the code and execution is not ending
Might be you have used for each activity or inside for each activity inserted one more for each activity. These are the nested flows this will take lot of time to complete the whole process.
Or
If excel have more data then you are reading with read range workbook or any other activity it will take more time.
To know which activity taking lot of time after every activity use log message and print the activity name to find.
Hope you understand!!
@Singeetham_Sricharan
check your input Excel any empty cell rows over their might be until over the iteration its executed in foreach activity.
Executed the code in debug mode and check watch panel.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.