Onedrive- Move a file/folder module not giving any output

Hi there,
I am working on a make scenario integrating monday.com and onedrive. The goal is to move a folder on a trigger and copy paste the folder link to monday.com.
Unfortunately, the module ‘move a file/folder’ is not providing any output web url (see screenshot below). Is that common or an error?

If you have the Make DevTool Chrome extension installed, you should be able to view the request and response headers and body from each module when you manually run the scenario.

From the Help Center article about the Make DevTool:

Make DevTool allows you to debug your Make scenarios in a completely new way. It adds an extra pane to the Chrome Developer Tools. Using this new debugger pane, you’re able to check all the manual runs of your scenario, review all the performed operations and see the details of every API call performed. It also brings a whole bunch of new opportunities for Apps development. You’re able to check every call that your app has performed. Thanks to this extension, you can easily debug your scenario, see which module, operation, even which single response causes the error, and then get your scenario back on track. Try it out and let your scenarios shine!

For more information on how to install and use this, see https://www.make.com/en/help/scenarios/integromat-devtool

If you think this is a bug, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your situation might not be suitable for an open forum discussion.

You can open a new ticket, or if you are unable to login for some reason, you also can reach support using the contact form on the website.

If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.

3 Likes

This particular module doesn’t give you a web url as an output, it simply moves the file or folder to a new folder. You’ll need to call another OneDrive module called Get a File to grab the web url or the file or folder you just moved.

3 Likes