Create New Folder in SharePoint when Item is updated in Monday.com

I am trying to setup a scenario where when an item name is updated in Monday.com, it creates a new folder in SharePoint that is the new item name and then creates a link in the Monday.com board to that SharePoint folder.

I am VERY MUCH a novice at Make.com so please don’t assume I know anything.

Here’s Monday.com board. When a new “Spine #” is created, I want to create a folder in a sharepoint site named, in this example, “VEP26022” and then create a link to that folder in the “Docs” column for that item.

image

Here’s my scenario:

Having trouble with the circled part of the SharePoint module:

And honestly have no idea how to create the link but this is my attempt (which did not work):

Any help would be GREATLY appreciated. I’m sure this is a very simple scenario.

Use the OneDrive module, it should be able to access the same location as you are trying to in Sharepoint. It’s more easier to navigate that the Sharepoint modules

So I switched to OneDrive and still have the same issue. Which of these should I use?

I thought it would be value but that returns the following error. From my understanding, I would want to use Pulse Name, but that doesn’t appear in the list.

So I changed the item name for this item to “VEP26022” and ran just the monday.com “Watch Item’s Name” module:

image

This is what it shows in the Debug Output:

So the highlighted item is what I want so that is what I select in the OneDrive module:

Yet every single time, I get the same BundleValidationError stating that it’s "Missing value of required parameter ‘name’ "

Can you share the output of the first Monday module?

Also, your trigger is the “name” column Change or new item created on Monday?

@OmriNyx thanks for the reply! I actually figured it out. Issue was the values I was trying to grab were buried in bundles/collections and I had to use the Iterator, Set Variable and Text Aggregator tools to convert the value to string.

3 Likes