I want to edit an Excel-File which is saved on the sharepoint.
We have the Office365 package and it is working. I have already implemented some activities with Outlook, so I am sure that we have all the application ID and tenant ID, which is needed.
With “Find Files And Folders” I can find the excel saved in the sharepoint Folder, but i can not pass the result, which is a Microsoft.Graph.DriveItem, to open the file?
Find files will give you array of driveitems…you have to use one item only for example if output is the variable then use output(0) …or in find files you have another option as well which is the first which gives you are driveitem…which can be used directly