I am having a challenging time trying to accomplish a simple task: use Power Automate to generate and send a Survey123 report via email. If the survey only involves images and text responses, no problem.
However, some responses contain pdfs or other file types. Right now, I can get uploaded file names and sizes with the correct syntax in the report template. However, it would be best if the report could include a url for any uploaded file as a hyperlink (implementing the solution in the Survey123 report would avoid having to use conditional coding in Power Automate).
I can get a file url with ${upload_construction_plans | getValue:”url”}, but it doesn't open the file and it says Token Required.
The survey form is published to the public, but the results are only needed internally. From what I've read, the token shouldn't be required.
The survey link is here: https://arcg.is/1TqynC0
As far as Power Automate, I don't have Premium access to use the Get Attachment from URL card. Also, I don't have access to Make. There's no way for me to change this.
Is it possible to embed a working url into a Survey123 report? Or is there a way to retrieve attachments without a premium ArcGIS subscription? Or is there a better way to accomplish this?