add record in table through workflow
I would like to add a new record to a table in a feature service through workflow. Add Feature activity, "Features" is expecting Graphic but my case the value is string with attributes. How can I add a new record in the table through workflow?
0
-
Hi Hwa Saup,
It looks like we've been in contact for this issue already, but I'll answer here for any other readers too. In Esri APIs, a "graphic" is the name of the object type used for "features", and it's used for both spatial and non-spatial data. You can build a graphic without including any geometry. To add a record to a table, you would build a new graphic object (eg graphic1). Then you would supply the attributes you want (eg, Assign: graphic1.Attributes("myAttribute") = "my value"). Then you would provide that graphic to the Add Features activity.0 -
Thansk Amanda for the tip. The issues was resolved. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare