How to check of the Mid Sever is up using a FlowSummaryHow can you use Flow Designer to determine if the Mid Server is up and running?InstructionsTo determine if the Mid Server is up you can use the table ecc_agent. If you want to use this in Flow Designer you can define a Record Updated trigger based on this table with a condition: Status changes from Up AND Status changes to Down OR Status changes to Paused. Make sure to set the Run Trigger to 'For each unique change'. The default value (Once) will only trigger it initially and any subsequent changes will not be recorded.