I have a simple flow that copies and pastes from one excel sheet to another. The problem is, the flow is stuck when the message window shows up: "There is already data in worksheet, do you want to replace it?".
I tried selecting a cell I want to paste to and sending keys: [Control+V], wait 1 sec, [Enter]. It works most of the time, but occasionally it doesn't work, just skipping the pasting part.
Any advice? If there's an if condition where I try to paste first and check if the "replace" window shows up, or anything to avoid being stuck at the window, it'd be the best. But I really don't want to go through the whole UI things.