Hi.
Simply, I'm looking to submit a form with attachments to a sharepoint list and then displaying each attachment as html in a gallery.
I can save the form, update my gallery html with the whole URL besides the file name.
I need help finding that file name and getting it into my html.
Loading the Form with data
final results, how do i get the daggum file name?
When I add an attachement the OnAddFile property I do a Collect and I end up with tables, I believe this is my issue.
Thanks ahead of time for whatever advice you guys might have
Solved! Go to Solution.
Click on the record icon in the Value column. You should be able to drill down to the file name. Then you can do the same thing in a formula but using dot notation to drill down to the file name.
Example:
Collection.Attachments.Name
Click on the record icon in the Value column. You should be able to drill down to the file name. Then you can do the same thing in a formula but using dot notation to drill down to the file name.
Example:
Collection.Attachments.Name
User | Count |
---|---|
262 | |
110 | |
90 | |
54 | |
44 |