Hi!
I’m using Upload File activity from Microsoft 365 package. For the Destination Folder property, it’s asking for a DriveItem-type input. How can I provide the DriveItem type if I only know the Drive Name where I’ll be uploading the files?
Thank you!
Solved this using Get File/Folder activity.
Hi @_pjflo
Please follow the below steps.
Use Activities - Get File or Folder activity to get the desired folder to upload file. This will return you driveItems.
Use the driveitem returned from step 1.
Thanks, Ashok
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.