Hey Everyone, I am trying to fetch data from website and using get text to get my desired text from the website. I am using foreach loop, the bot is fetching the text but failed to store in the excel sheet. When the bot reaches the Excel Write Cell Workbook it couldn’t move further and just stay stuck there.
I tried to use write cell activity but when I click + sign to select where to write I could find the option of opening the excel sheet.
I am attaching the screenshot here for more clarification.
If you want to select Sheet etc from plus sign, can you try to use UseExcelFile and WriteCell instead of WriteCellWorkbook? It might also solve the stuck problem.