I am using Esri ArcGIS Online(AGOL) feature service to write data from a database.
A flag column is to be maintained in database to check whether a feature is successfully written or not, based on that flag column we are further processing those records by another software.
How do I get the OBJECTID and GLOBALID of features which are successfully written to AGOL so that I can update the flag ?