Update Object nodes in a Flow containing a Streaming web request trigger false "streamed append" errors

Hi!

In a Flow with a Streaming web request action node, a plain Update Object action node on a data source with cardinality one throws false “skipping streamed ‘append’… use ‘replace’” errors. This is the case for nodes both before and after the streaming web request node.

The update itself seems to be working fine, so this is possibly just console noise.

We first noticed the error when updating the object through Data Items and Chunk handler. Regardless of the chosen operation, we’d get the append-related error – so we moved the update to a separate Update object action node, but the result was the same.

Only affects the single-cardinality data sources. An update of a multi-cardinality data source doesn’t trigger it.