Hello everybody,
i need your help, please.
The situation is below:
I have a large collection of items (over 8200 items). This is made up of 265 smaller collections from a Sharepoint list.
Here the way:
I have a gallery with all datas from the big collection.
I click on a button in the gallery to see the details from these item in the collection (navigate to an view form) --> i the see all the details.
But in my attachment-box, i can´t see the attachments from this item.
Now my question:
How can I realize that I can see the attachments from my big collection in the view form.
Please help me.
Greetings
Danny
Solved! Go to Solution.
Hi @Danny2810 ,
Attachments do not get collected in the data of a collection. Assuming you have the ID of the item in your collection,
I have a blog on all the options of displaying and attaching them, but in a Gallery Items (and you could refer to this number)
Lookup(
YourListName,
ID=YourRecordIDNumber
).Attachments
would then allow you to have a thumbnail in an Image control with
ThisItem.Value
and open them with
Launch(ThisItem.AbsoluteUri)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Danny2810 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Danny2810 ,
Attachments do not get collected in the data of a collection. Assuming you have the ID of the item in your collection,
I have a blog on all the options of displaying and attaching them, but in a Gallery Items (and you could refer to this number)
Lookup(
YourListName,
ID=YourRecordIDNumber
).Attachments
would then allow you to have a thumbnail in an Image control with
ThisItem.Value
and open them with
Launch(ThisItem.AbsoluteUri)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Danny2810 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
User | Count |
---|---|
159 | |
85 | |
68 | |
63 | |
61 |
User | Count |
---|---|
209 | |
151 | |
93 | |
81 | |
69 |