Hello. I have encountered an anomaly while using an Inspector object to set attribute values for merged polyline features. I am using the Merge(Layer,IEnumerable<Int64>,Inspector) method as part my edit operation.
The feature table I'm working with has fields that are not null, domains applied, and default values set. When assigning attribute values for the merged feature using the Inspector, I have noticed that if I assign the default value for the field, the value will not be applied and I get a field validation error because the value must not be left null. If I don't assign a value at all for the field, the default value is still not applied. If I assign any other value listed in the domain that is not the default value, the attribute value is successfully applied.
In searching for similar forum posts, I found this. It follows a somewhat similar pattern, but when working with feature templates:
https://community.esri.com/t5/arcgis-pro-questions/null-value-set-on-feature-template-with-default/td-p/1278259
I am using version 3.4 of the SDK and do not recall having this issue with previous versions. Thanks for your time!