I just need to download one single excel file present in onedrive.
But there is a folder also which I have to avoid but while downloading the file it is giving me the error .
Can anyone please suggest how to avoid downloading the folder.
Download File: Folders cannot be downloaded with this activity. Please input a different DriveItem.
Above mentioned error I am getting.
Can anyone help to avoid downloading the folder and just download the excel file.
I hope youa re using find files activity . In that from the output of list of drive items …use a loop and check with if condition if it is folder or not. If its file only then download
Or Alternately use for each file/Folder with the property as below