Forum Discussion
Giulianna
1 year agoHelper I
Data 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
1 year agoSuper User
SharePoint.Files requires the Site URL, not the "current directory" . You need to do the folder navigation in a subsequent step.