I am wondering if anyone has had success writing attachments to an existing feature service hosted on ArcGIS Online using the Data Interop extension. I've been trying to get a simplified workflow up and running (it acts identical to an append tool) but have been unable to get attachments written to a feature service.
For reference, I am running FME Workbench 2024.0.1.0 and ArcGIS Pro 3.1.1. The workspace is set up as follows:
- The reader and writer are referencing feature services hosted on ArcGIS Online.
- "Ending_Locations_A_V2", which is the Reader, has 10 features, 2 of which have attachments.
- "Ending_Lovations_B_V2" has the exact same data schema and starts out empty, attachments are enabled.

I've been able to confirm the reading of the attachments:

This runs with no errors and only warns about OBJECTID and GLOBALID being read-only, which should not be a problem.
Any help is appreciated!
-Brian