I'm trying to update a couple of non-geometrical attribute values of a feature service. These values come from a HTTP request that is executed in a Python caller. These fields are now empty and I want to update these with every workbench run. But when I run the workbench I receive the following message:
"ArcGIS Online Feature Service Writer: Writing features for layer/table 'X', with 9 inserts, 0 updates, and 0 deletes
ArcGIS Online Feature Service Writer: 'addResults' error for a feature in 'X'. The error code from the server was '1000' and the message was: '24126: Point coordinates cannot be infinite or not a number (NaN).'"
Does anyone know how I can fix this so I can first succesfully fill the empty columns and subsequently update these with every workbench run?