Hi there,
I am trying to write FME transformed data to AGOL using AGOL writer. Here are my steps for writing AGOL:
1) Created feature class on AGOL that has the same number and name of fields as it is in FME transformation.
2) Use AGOL writer and set the constraints Feature service to the same feature layer created in the first step.
3) Give a name to writer the same as the feature class has.
When I run the transformation, it throws an error and states that 0 features successfully written to the layer. Please note that data on the FME transformation does not have field/attribute called Object_ID. When I go to the AGOL, I found that 851 out of 24435 features were present online. Could anyone help me where am I making the mistake?