Inject -> Query SQL Server A -> Randomly Select 10 records -> split (based on array length of 1) -> Query SQL Server B -> debug message object
During this flow, I get connection is closed for the "Query SQL Server B" node for all the individual payload but last. No error message is thrown if flow is updated to select only 1 random record. If I make it 2, I start getting the error. Any pointers?