For several months, we have encountered an issue where our automation flows terminate unexpectedly before sending the initial message to clients. After extensive logging and tracing by different Technical Support members, the root cause was identified as the Google Sheets Integration request timing out, causing the flow to be terminated early.
Currently, if an external request or action block times out, the entire automation flow is killed. I have been informed that this isn't limited to Google Sheets but affects all integrations.
Proposed Solution: Implement a native fallback or "on-failure" path for actions in action blocks. This would prevent a single failed external request from breaking the entire user experience. Given that timeouts are a common reality of web-based integrations, this would significantly improve the reliability of the platform for all users.


