Got a module in the scenario, MySQL - Insert row into a table. All working fine, the output is “The operation was completed.” Then I pass all info to the last module Google Sheets, and if last module Google Sheets is failing with “The request has exceeded the allotted timeout”, with the result - no record exists in MySQL database, which is really strange.
How record can be missed, if MySQL returning “The operation was completed”? And how Google Sheets can affect the record, if it is last module in the scenario?
I see an error in the +43.8s in the log MySQL - Insert row into a “Unexpected packet while no commands in the queue”, but initially response was “The operation was completed.”