1) I don't seem to be able to pick ArcGIS Field Maps as a product on the Esri Support page. How do I start a support case online?
2) I set up a hosted feature layer and view which are sync enabled. I found some API for Python code to empty the feature layer using delete_features and append, since truncate doesn't work on sync enabled layers AFAIK. (The data are for viewing, not editing.) I also have it set to refresh the map areas through the Map Area interface daily, and have done it manually, too. Everything looks good on a feature with changed attributes, including searches in the Map Area interface, on the hosted feature layer and view in Map Viewer, and bringing the layers into Pro. However, ArcGIS Field Maps (on two different iOS devices) refuses to show updates. Even if I remove the area and re-download, the stale data remain. And on ArcGIS Online, the edit date for the layer is showing the original upload date, even though my script runs daily to delete/append. It's like AGOL is not registering the changes made through the API for Python and passing on that bad info to FieldMaps. Any suggestions?