I am creating a new feature on my geodatabase feature table,
Feature feature = geodatabaseFeatureTable.createFeature(attributes, geometry);
on success of creation, attributes what I am passing is not showing up, when I do,
feature.getAttributes()
it shows only attributes that I have configured in feature layer while creation.
How do I achieve adding my custom attribute to the feature !
It is really blocking my whole design. Suggestion pls