The problem I am having is :
Sharepoint Get File Files (Properties Only) can only do one filter for ODATA, not a a second AND clause so I need to use Filter Array to make secondary filter work. And it does work....
But now I need to take my filtered array and somehow get the {FullPath} property and get the file content via passing a path and I get this error...
[ { "@odata.etag": ""1"", "ItemInternalId": "120", "ID": 120, "Modified": "2022-03-21T15:03:31Z", "Editor": { "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", "Claims": "i:0#.f|membership|[email protected]", "DisplayName": "Bob dole", "Email": "[email protected]", "Picture": "https://company.sharepoint.us/sites/devtest/_layouts/15/UserPhoto.aspx?Size=L&[email protected]", "Department": "Information Technology", "JobTitle": "Senior Applications Developer II" }, "Editor#Claims": "data", "Created": "2022-03-21T15:03:31Z", "Author": { "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", "Claims": "i:0#.f|membership|[email protected]", "DisplayName": "Bob Dole", "Email": "[email protected]", "Picture": "https://company.sharepoint.us/sites/devtest/_layouts/15/UserPhoto.aspx?Size=L&[email protected]", "Department": "Information Technology", "JobTitle": "Senior Applications Developer II" }, "Author#Claims": "i:0#.f|membership|[email protected]", "OData__DisplayName": "", "{Identifier}": "Shared%2bDocuments%252fSDS%252fFiles%252fA10_NICKEL%2bVANADIUM%2bPRODUCT_PIS-USA_French.pdf", "{IsFolder}": false, "{Thumbnail}": ...DATA, "{Link}": "https://company.sharepoint.us/sites/devtest/Shared%20Documents/SDS/Files/A10_NICKEL%20VANADIUM%20PRODUCT_PIS-USA_French.pdf", "{Name}": "A10_NICKEL VANADIUM PRODUCT_PIS-USA_French", "{FilenameWithExtension}": "A10_NICKEL VANADIUM PRODUCT_PIS-USA_French.pdf", "{Path}": "Shared Documents/SDS/Files/", "{FullPath}": "Shared Documents/SDS/Files/A10_NICKEL VANADIUM PRODUCT_PIS-USA_French.pdf", "{IsCheckedOut}": false, "{VersionNumber}": "1.0" } ]







