Forum Discussion
Giulianna
Helper I
1 year agoData from multiple pdf files on sharepoint
l am trying to create a tool that extracts information from multiple pdf files from a folder on Sharepoint using Source = SharePoint.Files(CurrentDirectory), where my CurrentDirectory is the share...
lbendlin
Super User
1 year agoSharePoint.Files requires the Site URL, not the "current directory" . You need to do the folder navigation in a subsequent step.