We have a project involving the use of Field Maps to collect various types of data, including attachments. I am working with ArcGIS Enterprise. While I have successfully used Survey123 in the past, I am now seeking to automate the export of attachments added via Field Maps. Could you please provide guidance on whether this is possible, and if so, outline the steps required to achieve this? Thank you for your assistance.
Solved! Go to Solution.
Hi, I done it from Field maps to OneDrive.
The general workflow comes from UC2024, you can check the recording at below.
I tried to follow the recording to recreate the flow but it is not successful from me.
Then, I had spent a few night to changed and created the similar function as I want.
1. The trigger is the feature layer when attachment created.
2. When layer update, change and delete, get "changesUrl" and feature layer identification code "layerId".
3. "For each 1" loop get the "attachments" data from previous step
4. Get "url" from Attachment
5. To get the object field information, it need to match the GobalID between attachment attribute table and Feature layer attribute table.
6. "For each 2" loop get the field data from previous step for next step
7. Finally, Upload to One Drive or Share Drive and rename the attachment according to the field name
Remark: Some of the valuable cannot insert directly, you need to insert by dynamic content and edit in the text box.
Hope that can help you.
For the watermark, they are using Encodian which need to spend credit per step in Power Automate.
In Arcgis notebook the watermark API is free but I don't know how to get the field information by code to rename attachment LOL
Subscribed...
Hi, I done it from Field maps to OneDrive.
The general workflow comes from UC2024, you can check the recording at below.
I tried to follow the recording to recreate the flow but it is not successful from me.
Then, I had spent a few night to changed and created the similar function as I want.
1. The trigger is the feature layer when attachment created.
2. When layer update, change and delete, get "changesUrl" and feature layer identification code "layerId".
3. "For each 1" loop get the "attachments" data from previous step
4. Get "url" from Attachment
5. To get the object field information, it need to match the GobalID between attachment attribute table and Feature layer attribute table.
6. "For each 2" loop get the field data from previous step for next step
7. Finally, Upload to One Drive or Share Drive and rename the attachment according to the field name
Remark: Some of the valuable cannot insert directly, you need to insert by dynamic content and edit in the text box.
Hope that can help you.
For the watermark, they are using Encodian which need to spend credit per step in Power Automate.
In Arcgis notebook the watermark API is free but I don't know how to get the field information by code to rename attachment LOL