120155: Append layer's geometry type does not match that of the input layer. Expected <value>, but got <value>.

Description

The input layer and append layer must have the same geometry type.

Solution

Verify that the layer you want to append has the same geometry type as the layer you want to append to.

For example, append point features to point features, and table features to table features.