Hello,
I am currently using Microsoft Power Automate (PA) to move tabular data from a Survey123 published through enterprise. This works well with custom expressions for each attribute. I am trying to pull photos submitted with the surveys and dump them into a OneDrive folder. My issue is that PA does not give me the dynamic content calls for my photos in the survey. When trying to follow the instructions outlined here https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-working-with/bc-p/1169889#M5092 I am unable to direct the URL to the photo, as there is no dynamic content for my attached photos.
I tried to call the photos with a similar expression as all my other feature attributes I have in the survey but I am not having luck here is the expression. triggerBody()?['feature']?['attachments']['inspect_photos']
Has anyone successfully moved photos from an Enterprise Survey123 through PA?
Thanks