Skip to main content

Unable to Initialize Step Error

Unable to Initialize Step Error explained.

Praise Magidi avatar
Written by Praise Magidi
Updated yesterday

Step

Buffer Destination

Message

Unable to initialize step: Buffer Destination: Combined Parameter Flows not supported.

Cause

The use of a Combine step before a Buffer Destination step is not allowed, and the flow will fail to execute in this scenario.

Resolution

  • Re-architect your flow in order to relocate the Combine step after the Buffer Destination step.

  • Move the Beffer Destination part of the flow into a SubFlow.

Error Detail

{
"message": "Unable to initialize step: Synatic.Destination.Buffer:eb4397fa-45c9-4781-85b0-7512281fe3c7",
"error": {},
"invalid": null,
"stepType": "Destination",
"statusCode": 500,
"stepId": "eb4397fa-45c9-4781-85b0-7512281fe3c7",
"stepModule": "Synatic",
"title": "Buffer",
"subFlowId": null,
"errorMessage": "Combined Parameter Flows not supported."
}
Did this answer your question?