Ravindra Gupta
Ravindra Gupta

Reputation: 1414

HTTP Post gave error if there is 0 input recodes

I am trying to use the HTTP Post if there is a record in the precursor step, but if there are 0 records in precursor step it's giving an error.

 HTTP Client New.0 - Error finding field [xxxxx] !

Is there any way to handle this error or don't perform the HTTP Post step if a precursor step doesn't have any records.

Upvotes: 1

Views: 38

Answers (1)

AlainD
AlainD

Reputation: 6356

I am in the opinion of Cristian Curti that the error does not come from empty stream but a bad configuration of your POST step.

However, just in case, you have a Detect empty stream step, documented here, with a simple example.

Upvotes: 1

Related Questions