I created a folder using Office 365 Activities.Files.CreateFolderConnections, and now I need to create a subfolder inside this folder. However, I can’t seem to find a way to specify the path of this subfolder in the next activity.
Hi, @egameiro When you create the main folder, store the output (let’s say parentFolder). Then for the subfolder, use another Create Folder activity and in Parent Folder ID, just put parentFolder.Id.