Hello,
I am trying to sync the data between a CSV file stored in SharePoint to the feature service in ArcGIS Online. The idea is, I will have this CSV updated on a weekly basis and stored in SharePoint, as it is automatically generated from another department, and the values in this CSV are used in the pull data from feature service function in S123. So, I need those values to be synced with the most updated CSV file in SharePoint. I built the flow below to push the data, but nothing was populated in the feature service.
@AkshayHarshe @AlagiriVenkatachal Your inputs would be appreciated
@AJD You don't want to use Fetch updates and changes action here. That action is usable only when used next to a ArcGIS webhook/trigger action such as `when a record is created in a feature layer` Instead please use `Get data from feature layer` action and add or update records in your feature layer. Hope that helps!