Add Comment to Markup when export
I am trying to export my user markup to a Feature Service. I have successfully export it to the feature service but now I want to include a few custom attributes - i.e. CurrentUser.
This is what I currently have - which works, but now how do I add fields values that are in the Feature Service to these graphics before the AddFeatures activity?

0
-
Loop through the featureset with a For Each activity.
For each feature (graphic) set the attribute value.theGraphic.Attributes("FIELDNAME") = currentUser0 -
Thanks again Nico. That worked great.
Darryl
0
Please sign in to leave a comment.
Comments
2 comments