Hello there!
I want to check if a PDF exists in my SharePoint Library. I've seen this post but did not manage to find the 'Folder path' and 'File name with extension'. What am I doing wrong? I have replaced picc with my database. I am also using subfolders.
I'd like to not use Flows, unless it's much faster. Is it faster?
Post that I saw: https://powerusers.microsoft.com/t5/Building-Power-Apps/Check-if-file-exists/td-p/935150
Code;
!IsBlank(
LookUp(
picc,
'Folder path' = "picc/SubFolder1/" && 'File name with extension' = "14.gif"
)
)

Report
All responses (
Answers (