I have a working Flow set up to capture each Form response in a spreadsheet. The Form requires an attachment to be submitted and that's where my problem occurs. When I download the results the field shows as a clickable link but when Flow adds the line to the document it brings in the document name.
What I get (edited version)
[{"name":"attachmentname.jpeg","link":"https://attachmentname.jpeg":null}]
What I want:
https://attachmentname.jpeg
Any ideas on how to make this happen?
Solved! Go to Solution.
Hi @Tiffany9,
You could use expression to extract the link from the attachment array:
variables('Attachments')[0]['link']
Run result:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Tiffany9,
You could use expression to extract the link from the attachment array:
variables('Attachments')[0]['link']
Run result:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
50 | |
43 | |
38 |
User | Count |
---|---|
91 | |
75 | |
74 | |
61 | |
44 |