Hello Everyone
I have a sharepoint link with me which contains sharepoint folder
eg:
folder a,
folder b,
folder c,
and within these folders I have some Word file and PPT
folder a, -> a.ppt
folder b, ->b.ppt
folder c, ->c.ppt
Now in Canvas app I have took a gallery and connected to the Sharepoint link
I am able to see all the folders and files in the gallery.
I have also added a icon
icon-> On Select ->If(ThisItem.IsFolder,Set(VariablePath,ThisItem.'Full Path'&"/"),Launch(ThisItem.'Link to item',Blank(),LaunchTarget.New))
I want to show all the files(a.ppt,b.ppt,c.ppt) and not the folders in the gallery
It will be really helpfull if some can help me out.
Thanks in advance