Integromat & Survey123: Write image/photos to a specific folder on a server?

515
2
06-10-2021 09:38 AM
KellyArmstrong
Occasional Contributor II

In our old mapping system, all images and attachments were saved to a folder on our web server.  The table was populated with the url.  Would I be able to accomplish this workflow with Integromat and Survey123?

 

2 Replies
AndrewBowne
Occasional Contributor III

I haven't tried this but in theory it should be possible:

use HTTP GET to download the images.  

use the FTP module to send them to your webserver

use HTTP Make Request to update your feature service with the path to folder on your webserver.  Note:  you will probably have to hard code the path to the virtual directory on your webserver.   You can get the name of the actual file from when you do the HTTP Get request.  

 

Hope this helps.

AndrewBowne
Occasional Contributor III

Have a look at this blog.  I think you will find it useful - especially with updating your feature service:

https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-integromat/ba-p/89...

 

0 Kudos