Zum Hauptinhalt gehen

add record in table through workflow

Kommentare

2 Kommentare

  • Permanently deleted user
    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
  • Hwa Saup Lee
    Thansk Amanda for the tip.  The issues was resolved.  
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.