Hoppa till huvudinnehållet

How do I find and reference the featureID that entered data will have?

Kommentarer

1 kommentar

  • Permanently deleted user

    For anyone referencing this in the future, I have figured this out. I made a 'Query Layer' tool, where I reference the layer in the rest service I am using. In the 'Out Statistics' option, I write the following:

    This spits out the maximum objectID as the 'feature' output.

    It works, because objectID values start at 0 for the first data entry, then increase by 1 per data entry (i.e. the 12th data entry would have objectID # 11). Therefore the newest data entry always has the maximum objectID.

    I'm sure there's other ways to do this, but this works for me.

    Andrew

    0

Du måste logga in om du vill lämna en kommentar.