I am having an issue with the inspector for an editing template returning null.
I have a list of features that I need create. I iterate over the list of features and get the FeatureTemplate for each. I then call the ActivateDefaultToolAsync method on the FeatureTemplate to make sure that it is initialized. After that, I check for the FeatureTemplate.Inspector being null and if not I will set the feature attributes. This works most of the time, but sometimes, the Inspector is null and I have no way to set the attributes on the feature. This will happen even though the exact same featuresTemplates have all ready been created.
What could be causing the seemingly random null inspector?
ArcPro 2.6.4