I’m looping through for each row in excel which is the excel is open till the end of iteration. for each iteration I exported spreadsheet from SAP that the spreadsheet is automatically open, and I want to close this excel only.
to achieve this, I’m using Close Application Activity and using variable to dynamically change the title of excel and it works, until one of my automation that use this logic doesn’t work as expected. it closes all opened excel which it’s shouldn’t.
why?