Office 365_Find files

HI All,
@loginerror @Alex_Vasile @Palaniyappan
I am using office 365 activities to upload and download the files from online team share point.

using find files and folders activity , i am getting output as Microsoft.Graph.DriveItem array.

When i have used to loop the array it is throwing below excepion.
error - For Each: Unable to cast object of type ‘Microsoft.Graph.DriveItem’ to type 'Microsoft.Graph.DriveItem

Kindly let me know, how to loop the Microsoft.Graph.DriveItem array items to find the matching file in the drive.

Best Regards,
Naveen Chganti

Did you find out what is the solution for this?

Hello,

Try changing the For Each Property TypeArgument to Microsoft.Graph.Driveitem.

Thanks!

1 Like