Hey all,
After updating my FME Form to version 2025.2.2 & updating the ArcGISConnector package one of my FME Flows has stopped operating in the same way.
I have an ArcGISOnlineConnector Transformer which updates a hosted CSV item on an ESRI Enterprise system. This had been previously working well & updating each row within the CSV and the CSV on Enterprise showing as updated after the flow had completed.
Following the update the Flow now only updates the First & Last feature according to the log. The CSV on the Enterprise does also not show as having been updated when the flow has completed. This worfklow does still work on FME Form. Previously FME Flow went through each feature on by one like the second set
FME Flow:
125 2026-4-17 08:52:50 | ArcGISOnlineConnector_2_CALLER (PythonFactory): Processed 1 of 16,927 features
126 2026-4-17 08:52:51 | ArcGISOnlineConnector_2_CALLER (PythonFactory): Processed 16,927 of 16,927 features
FME Form:
ArcGISOnlineConnector: Updating file content of item with id'd4fa11f6cf664c52913adc8ba1052120'
ArcGISOnlineConnector: Action status: 'uploading part 1 of file'
ArcGISOnlineConnector: Updating file content of item with id 'd4fa11f6cf664c52913adc8ba1052120'

