I am using code snippets from: arcgis-runtime-samples-qt/EditFeatureAttachments.qml at master · Esri/arcgis-runtime-samples-qt · GitHub
And having issues with the:
var selectedFC = selectFeaturesResult.iterator.next();
console.log(JSON.stringify(selectedFC.attributes);
//////
qml: {"objectName":"","count":3,"attributesJson":{"firstname":null,"objectid":481199,"typdamage":"Minor"},"attributeNames":["firstname","objectid","typdamage"],"error":null}
does not have all the attributes from the feature layer.
Thank you,