Select to view content in your preferred language

Sending data from CSV to feature service

74
2
yesterday
AJD
by
Occasional Contributor

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.

AJD_0-1756885123026.png

 

0 Kudos
2 Replies
AJD
by
Occasional Contributor

@AkshayHarshe @AlagiriVenkatachal Your inputs would be appreciated

0 Kudos
AkshayHarshe
Esri Contributor

@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!

Thanks,
Akshay Harshe
0 Kudos