OK, let’s know about Enter ID is nothing but its folder Id you can call it DriveItemId, sometimes you know the drive itemId then you can directly use them
- Drag a “Get File or Folder” activity.
- Set the
Folder Pathproperty to the OneDrive folder path. - Check the
Get Folderoption. - If successful, the activity will output a data object.
- Extract the
Idproperty from the output object to get the folder ID.
Create folder in Onedrive
You need to pass folder name using dd-mm-yyy as per your need
Use the upload file activities
Before upload you need to check the file exists or not
@VelanDev hope this help you solve your issue

