Hello everyone,
I need to create a note that retrieves the record ID for the last submitted record that matches a zone ID. I've attempted to use the pulldata("@layer") function for this purpose, but the sorting statement ORDER BY CreationDate DESC doesn't seem to work as I expected. I've also tried using the objectId and timeStamp fields, but they didn't work either. Here is the expression that is currently working but only pulls the first matching record: pulldata("@layer", "getValue", "attributes.nest_ID", "https://services.arcgis.com/......./FeatureServer/0", concat("nestZoneKey='", ${nestZoneKey}, "'"), "ORDER BY CreationDate DESC", "1")
Thanks for any help or suggestions!