Error when specifying ONC path in Move file to share point

I’m using the Move FIle or Folder to SharePoint activities and I’m using integration service.

When I specify the UNC path like “\il-file\RPA BOT\ReportFolder\10_10_2025 02-02_37.xlsx”

I get the error : Argument ‘Item’: BC30311: Value of type ‘String’ cannot be converted to ‘O365DriveRemoteItem’. The selected value is incompatible with the property type.

Any hint wll be appreciate.
Thanks.

Hi, @egameiro That error pops up because the activity only works with SharePoint files, not local paths.

Just upload your file first using Upload File, then use Move File inside SharePoint if needed.

Integration Service can’t see \\ network paths — it only handles files already in SharePoint.

@egameiro

Move file needs a o365item type

First use get file or folder qnd pass output to the move file

If integration services ideally it would let you pass a variable of that type or can select directly

Cheers