Thank you for replying @VJR - I'll try and answer your questions.
- Check the Windows Event log viewer to see if something's gone wrong there - what would I look for specifically?
- Check if anything's fishy in the Services (Type services.msc in Run window) and check anything related to Power Automate (haven't checked which ones.) - Will try that.
- Antivirus or Firewall blocking something at a particular time? - Corporate firewall, always happens around midnight, but this is also wehen the website in question has performance issues. I want to run my PAD flow until midnight, wait 30 minutes, then start again, but I can't seem to figure out how?
- What does your logging mechanism say? Does it stop at the exact same action? At a particular time of the day? While accessing Excel, while reading or writing the webpage, while using Sendkeys, Image based automation, While activating a window, etc? Identify patterns. -The errors are all the same each time, basically my flow checks to see if the webpage displays 'Gateway Timeout' in the event that clicking a button takes too long.
These sections are wrapped in an error block with the error condition being to continue to the end of the block, so, the error will always be reported as long as there is no 'Gateway Timeout' as it can't extract the data from the webpage (due to no Gateway Timeout error to check against) so the error is:
Subflow: main, Action: 1203, Action name: Extract data from web page Error Message: Failed to extract data (web page error while extracting data).
And it happens several times during a flow as the flow completes successfully otherwise.
.
- Is it triggered from a Cloud Flow? If so does it run fine always when running from the console of the Desktop application...and so forth. - It's a desktop flow only, it's triggered when I click Run to start it.
Thanks for all your help.