Hi
I need help, I have gallery from sharepoint list.
In that sharepoint list I have attachment and I would like to open that attachment using the button from gallery.
It would be best if I could open it in a new browser window
It ´s possible ?
I tried something like this but it doesn't help
Of course, I can open it from the form, but this would make it easier for me to use the application.
thanks a lot
Andrej
If I use your code, SharePoint opens and not the attachment
just copy paste the suggestion i gave to you and try it.
here is a screenshot of the code you need
you do not need anything other than link just tried to explain to have a look at what intelisense is offering you. maybe 'Link to Item' has a different name if it is showing it in slovak language to you
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
I still don´t understand what does mean ThisItem.link ? what I need to put instead of link ?
the link will be taken from the attachment directly if you pick ThisItem. Link to Item it will automatically take the right link to open. You do not need to define anything
And how to define the link for the code?
ok thanks for the explanation.
You dont need this column you need the Link to item thing so when you write ThisItem. you would need to look for that. maybe the name is different in slovak language.
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
That is column name in sharepoint.
That is attachment in Slovak language
hey @AndrejPavlik18
what doed the red underlined word mean "Prilohy"? Can u change it to Link to Item or whatever this is in the language you are using.
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
He doesn't want to take this code from me
try this suggestion from above:
Launch(ThisItem.'Link to item'),LaunchTarget.New);
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
WarrenBelz
146,596
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional